Skip to content
Snippets Groups Projects
Unverified Commit 55c0151c authored by Feanil Patel's avatar Feanil Patel Committed by GitHub
Browse files

Merge pull request #22019 from edx/feanil/fix_perf_pins

Feanil/fix perf pins
parents 190b1759 1098c106
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@ numpy<1.17.0
jsondiff==1.1.1
# Constraining these so that we can slow-roll their deploy to find out which one is causing the production performance issues.
edx-when==0.4
edx-enterprise==1.10.8
# Constraining this because when we rolled it to edx.org production
# we had a lot of memory issues and gunicorn workers started running
# out of memory. ARCH-1210
edx-drf-extensions==2.4.0
......@@ -106,21 +106,21 @@ edx-django-release-util==0.3.1
edx-django-sites-extensions==2.3.1
edx-django-utils==2.0.1
edx-drf-extensions==2.4.0
edx-enterprise==1.10.8
edx-enterprise==2.0.4
edx-i18n-tools==0.4.8
edx-milestones==0.2.3
edx-oauth2-provider==1.3.1
edx-opaque-keys[django]==2.0.0
edx-organizations==2.1.0
edx-proctoring-proctortrack==1.0.5
edx-proctoring==2.1.1
edx-proctoring==2.1.2
edx-rbac==1.0.3 # via edx-enterprise
edx-rest-api-client==1.9.2
edx-search==1.2.2
git+https://github.com/mitodl/edx-sga.git@237ad328ba3f03d189c421073c85e48091041f8b#egg=edx-sga==0.0
edx-submissions==3.0.1
edx-user-state-client==1.1.2
edx-when==0.4
edx-when==0.5.1
edxval==1.1.28
elasticsearch==1.9.0 # via edx-search
enum34==1.1.6
......@@ -201,7 +201,7 @@ python-dateutil==2.4.0
python-levenshtein==0.12.0
python-memcached==1.59
python-openid==2.2.5 ; python_version == "2.7" # via social-auth-core
python-slugify==3.0.4 # via code-annotations
python-slugify==3.0.6 # via code-annotations
python-swiftclient==3.8.1
python3-saml==1.5.0
pytz==2019.3
......
......@@ -29,7 +29,7 @@ appdirs==1.4.3
argh==0.26.2
argparse==1.4.0
asn1crypto==1.0.1
astroid==1.6.6
astroid==1.5.3
atomicwrites==1.3.0
attrs==17.4.0
aws-xray-sdk==0.95
......@@ -129,15 +129,15 @@ edx-django-release-util==0.3.1
edx-django-sites-extensions==2.3.1
edx-django-utils==2.0.1
edx-drf-extensions==2.4.0
edx-enterprise==1.10.8
edx-enterprise==2.0.4
edx-i18n-tools==0.4.8
edx-lint==1.4.0
edx-lint==1.3.0
edx-milestones==0.2.3
edx-oauth2-provider==1.3.1
edx-opaque-keys[django]==2.0.0
edx-organizations==2.1.0
edx-proctoring-proctortrack==1.0.5
edx-proctoring==2.1.1
edx-proctoring==2.1.2
edx-rbac==1.0.3
edx-rest-api-client==1.9.2
edx-search==1.2.2
......@@ -145,7 +145,7 @@ git+https://github.com/mitodl/edx-sga.git@237ad328ba3f03d189c421073c85e48091041f
edx-sphinx-theme==1.5.0
edx-submissions==3.0.1
edx-user-state-client==1.1.2
edx-when==0.4
edx-when==0.5.1
edxval==1.1.28
elasticsearch==1.9.0
entrypoints==0.3
......@@ -251,9 +251,9 @@ pyinotify==0.9.6
pyjwkest==1.3.2
pyjwt==1.5.2
pylint-celery==0.3
pylint-django==0.11.1
pylint-django==0.7.2
pylint-plugin-utils==0.3
pylint==1.9.5
pylint==1.7.6
pymongo==2.9.1
pynliner==0.8.0
pyparsing==2.2.0
......@@ -264,7 +264,7 @@ pytest-attrib==0.1.3
git+https://github.com/nedbat/pytest-cov.git@nedbat/cov5-combine#egg=pytest-cov==0.0
pytest-django==3.5.1
pytest-faulthandler==1.6.0
pytest-forked==1.0.2
pytest-forked==1.1.1
pytest-randomly==1.2.3
pytest-xdist==1.30.0
pytest==4.5.0
......@@ -272,7 +272,7 @@ python-dateutil==2.4.0
python-levenshtein==0.12.0
python-memcached==1.59
python-openid==2.2.5 ; python_version == "2.7"
python-slugify==3.0.4
python-slugify==3.0.6
python-swiftclient==3.8.1
python3-saml==1.5.0
pytz==2019.3
......
......@@ -24,7 +24,7 @@ code-annotations # Perform code annotation checking, such as for PII an
cssselect # Used to extract HTML fragments via CSS selectors in 2 test cases and pyquery
ddt # Run a test case multiple times with different input; used in many, many of our tests
edx-i18n-tools>=0.4.6 # Commands for developers and translators to extract, compile and validate translations
edx-lint==1.4.0 # pylint extensions for Open edX repositories
edx-lint==1.3.0 # pylint extensions for Open edX repositories
factory_boy==2.8.1 # Library for creating test fixtures, used in many tests
freezegun # Allows tests to mock the output of assorted datetime module functions
httpretty # Library for mocking HTTP requests, used in many tests
......
......@@ -28,7 +28,7 @@ appdirs==1.4.3
argh==0.26.2
argparse==1.4.0 # via caniusepython3
asn1crypto==1.0.1
astroid==1.6.6 # via pylint, pylint-celery
astroid==1.5.3 # via pylint, pylint-celery
atomicwrites==1.3.0 # via pytest
attrs==17.4.0
aws-xray-sdk==0.95 # via moto
......@@ -125,22 +125,22 @@ edx-django-release-util==0.3.1
edx-django-sites-extensions==2.3.1
edx-django-utils==2.0.1
edx-drf-extensions==2.4.0
edx-enterprise==1.10.8
edx-enterprise==2.0.4
edx-i18n-tools==0.4.8
edx-lint==1.4.0
edx-lint==1.3.0
edx-milestones==0.2.3
edx-oauth2-provider==1.3.1
edx-opaque-keys[django]==2.0.0
edx-organizations==2.1.0
edx-proctoring-proctortrack==1.0.5
edx-proctoring==2.1.1
edx-proctoring==2.1.2
edx-rbac==1.0.3
edx-rest-api-client==1.9.2
edx-search==1.2.2
git+https://github.com/mitodl/edx-sga.git@237ad328ba3f03d189c421073c85e48091041f8b#egg=edx-sga==0.0
edx-submissions==3.0.1
edx-user-state-client==1.1.2
edx-when==0.4
edx-when==0.5.1
edxval==1.1.28
elasticsearch==1.9.0
entrypoints==0.3 # via flake8
......@@ -242,9 +242,9 @@ pygraphviz==1.5
pyjwkest==1.3.2
pyjwt==1.5.2
pylint-celery==0.3 # via edx-lint
pylint-django==0.11.1 # via edx-lint
pylint-django==0.7.2 # via edx-lint
pylint-plugin-utils==0.3 # via pylint-celery, pylint-django
pylint==1.9.5 # via edx-lint, pylint-celery, pylint-django
pylint==1.7.6 # via edx-lint, pylint-celery, pylint-django
pymongo==2.9.1
pynliner==0.8.0
pyparsing==2.2.0
......@@ -255,7 +255,7 @@ pytest-attrib==0.1.3
git+https://github.com/nedbat/pytest-cov.git@nedbat/cov5-combine#egg=pytest-cov==0.0
pytest-django==3.5.1
pytest-faulthandler==1.6.0
pytest-forked==1.0.2 # via pytest-xdist
pytest-forked==1.1.1 # via pytest-xdist
pytest-randomly==1.2.3
pytest-xdist==1.30.0
pytest==4.5.0
......@@ -263,7 +263,7 @@ python-dateutil==2.4.0
python-levenshtein==0.12.0
python-memcached==1.59
python-openid==2.2.5 ; python_version == "2.7"
python-slugify==3.0.4
python-slugify==3.0.6
python-swiftclient==3.8.1
python3-saml==1.5.0
pytz==2019.3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment