Merge pull request #17771 from edx/nedbat/use-fixed-find-packages-packages
Use updated packages to avoid installing unwanted stuff
This commit is contained in:
@@ -55,7 +55,7 @@ git+https://github.com/cpennington/pylint-django@fix-field-inference-during-monk
|
||||
|
||||
enum34==1.1.6
|
||||
edx-django-oauth2-provider==1.2.5
|
||||
edx-django-sites-extensions==2.3.0
|
||||
edx-django-sites-extensions==2.3.1
|
||||
edx-completion==0.0.11
|
||||
edx-enterprise==0.66.1
|
||||
edx-milestones==0.1.13
|
||||
|
||||
@@ -7,6 +7,6 @@
|
||||
# We plan to move edx-platform to use pip-tools soon and each target will have its
|
||||
# own requirements files built, which will remove the need for this file.
|
||||
wrapt==1.10.5
|
||||
edx-opaque-keys==0.4.2
|
||||
edx-opaque-keys==0.4.3
|
||||
requests==2.9.1
|
||||
mock==1.0.1
|
||||
|
||||
@@ -57,7 +57,7 @@
|
||||
# Third-party:
|
||||
git+https://github.com/jazzband/django-pipeline.git@d068a019169c9de5ee20ece041a6dea236422852#egg=django-pipeline==1.5.3
|
||||
-e git+https://github.com/edx/django-wiki.git@v0.0.17#egg=django-wiki
|
||||
git+https://github.com/edx/django-openid-auth.git@0.15#egg=django-openid-auth==0.15
|
||||
git+https://github.com/edx/django-openid-auth.git@0.15.1#egg=django-openid-auth==0.15.1
|
||||
git+https://github.com/edx/MongoDBProxy.git@25b99097615bda06bd7cdfe5669ed80dc2a7fed0#egg=MongoDBProxy==0.1.0
|
||||
-e git+https://github.com/dementrock/pystache_custom.git@776973740bdaad83a3b029f96e415a7d1e8bec2f#egg=pystache_custom-dev
|
||||
-e git+https://github.com/appliedsec/pygeoip.git@95e69341cebf5a6a9fbf7c4f5439d458898bdc3b#egg=pygeoip
|
||||
@@ -92,7 +92,7 @@ git+https://github.com/edx/django-celery.git@756cb57aad765cb2b0d37372c1855b8f5f3
|
||||
# Our libraries:
|
||||
-e git+https://github.com/edx/codejail.git@a320d43ce6b9c93b17636b2491f724d9e433be47#egg=codejail==0.0
|
||||
-e git+https://github.com/edx/acid-block.git@e46f9cda8a03e121a00c7e347084d142d22ebfb7#egg=acid-xblock
|
||||
git+https://github.com/edx/edx-ora2.git@2.1.11#egg=ora2==2.1.11
|
||||
git+https://github.com/edx/edx-ora2.git@2.1.12#egg=ora2==2.1.12
|
||||
git+https://github.com/edx/RecommenderXBlock.git@1.3#egg=recommender-xblock==1.3
|
||||
git+https://github.com/solashirai/crowdsourcehinter.git@518605f0a95190949fe77bd39158450639e2e1dc#egg=crowdsourcehinter-xblock==0.1
|
||||
-e git+https://github.com/edx/RateXBlock.git@367e19c0f6eac8a5f002fd0f1559555f8e74bfff#egg=rate-xblock
|
||||
|
||||
Reference in New Issue
Block a user