Skip to content
Snippets Groups Projects
Unverified Commit 912dfe4a authored by Waheed Ahmed's avatar Waheed Ahmed Committed by GitHub
Browse files

Merge pull request #21366 from edx/waheed/remove-newrelic-constraint

Newrelic released a patch, removing constraint.
parents db67a212 8dc9ccd2
No related branches found
No related tags found
No related merge requests found
......@@ -88,9 +88,5 @@ numpy<1.17.0
# jsondiff==1.2.0 (from -r requirements/edx/base.txt (line 146))
jsondiff==1.1.1
# 5.0.0.124 is raising 500 errors
# TODO: remove this once the problem is fixed
newrelic<5.0
# Pinning edx-enterprise to last stable version
edx-enterprise==1.8.8
......@@ -165,7 +165,7 @@ mongoengine==0.10.0
mpmath==1.1.0 # via sympy
mysqlclient==1.4.4
networkx==1.7
newrelic==4.20.1.121
newrelic==5.0.2.126
nltk==3.4.4
nodeenv==1.1.1
numpy==1.16.4
......@@ -184,7 +184,7 @@ polib==1.1.0 # via edx-i18n-tools
psutil==1.2.1
py2neo==3.1.2
pycontracts==1.7.1
pycountry==19.7.15
pycountry==19.8.18
pycparser==2.19
pycryptodome==3.8.2 # via pdfminer.six
pycryptodomex==3.4.7
......@@ -215,7 +215,7 @@ rest-condition==1.0.3
rfc6266-parser==0.0.5.post2
ruamel.ordereddict==0.4.14 ; python_version == "2.7" # via ruamel.yaml
ruamel.yaml.clib==0.1.2 # via ruamel.yaml
ruamel.yaml==0.16.4 # via drf-yasg
ruamel.yaml==0.16.5 # via drf-yasg
rules==2.1
s3transfer==0.1.13 # via boto3
sailthru-client==2.2.3
......@@ -231,7 +231,7 @@ social-auth-app-django==2.1.0
social-auth-core==1.7.0
sorl-thumbnail==12.3
sortedcontainers==2.1.0
soupsieve==1.9.2 # via beautifulsoup4
soupsieve==1.9.3 # via beautifulsoup4
sqlparse==0.3.0
staff-graded-xblock==0.5
stevedore==1.30.1
......
......@@ -215,7 +215,7 @@ moto==1.3.1
mpmath==1.1.0
mysqlclient==1.4.4
networkx==1.7
newrelic==4.20.1.121
newrelic==5.0.2.126
nltk==3.4.4
nodeenv==1.1.1
numpy==1.16.4
......@@ -241,7 +241,7 @@ py==1.8.0
pyaml==19.4.1
pycodestyle==2.5.0
pycontracts==1.7.1
pycountry==19.7.15
pycountry==19.8.18
pycparser==2.19
pycryptodome==3.8.2
pycryptodomex==3.4.7
......@@ -289,7 +289,7 @@ rest-condition==1.0.3
rfc6266-parser==0.0.5.post2
ruamel.ordereddict==0.4.14 ; python_version == "2.7"
ruamel.yaml.clib==0.1.2
ruamel.yaml==0.16.4
ruamel.yaml==0.16.5
rules==2.1
s3transfer==0.1.13
sailthru-client==2.2.3
......@@ -309,7 +309,7 @@ social-auth-app-django==2.1.0
social-auth-core==1.7.0
sorl-thumbnail==12.3
sortedcontainers==2.1.0
soupsieve==1.9.2
soupsieve==1.9.3
sphinx==1.8.5
sphinxcontrib-websupport==1.1.2 # via sphinx
sqlparse==0.3.0
......
......@@ -208,7 +208,7 @@ moto==1.3.1
mpmath==1.1.0
mysqlclient==1.4.4
networkx==1.7
newrelic==4.20.1.121
newrelic==5.0.2.126
nltk==3.4.4
nodeenv==1.1.1
numpy==1.16.4
......@@ -233,7 +233,7 @@ py==1.8.0 # via pytest, tox
pyaml==19.4.1 # via moto
pycodestyle==2.5.0
pycontracts==1.7.1
pycountry==19.7.15
pycountry==19.8.18
pycparser==2.19
pycryptodome==3.8.2
pycryptodomex==3.4.7
......@@ -280,7 +280,7 @@ rest-condition==1.0.3
rfc6266-parser==0.0.5.post2
ruamel.ordereddict==0.4.14 ; python_version == "2.7"
ruamel.yaml.clib==0.1.2
ruamel.yaml==0.16.4
ruamel.yaml==0.16.5
rules==2.1
s3transfer==0.1.13
sailthru-client==2.2.3
......@@ -298,7 +298,7 @@ social-auth-app-django==2.1.0
social-auth-core==1.7.0
sorl-thumbnail==12.3
sortedcontainers==2.1.0
soupsieve==1.9.2
soupsieve==1.9.3
sqlparse==0.3.0
staff-graded-xblock==0.5
stevedore==1.30.1
......
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