Skip to content
This repository has been archived by the owner on Nov 17, 2021. It is now read-only.

Commit

Permalink
lock django version 1.8.18
Browse files Browse the repository at this point in the history
  • Loading branch information
mbstacy committed Apr 4, 2019
1 parent ddd8320 commit 924aef3
Showing 1 changed file with 15 additions and 16 deletions.
31 changes: 15 additions & 16 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,33 +1,32 @@
gunicorn==19.6.0
Django==1.8.18
Jinja2==2.7.3
Markdown==2.4.1
MarkupSafe==0.23
PyYAML>=4.2b1
#South==0.8.4
amqp==1.4.9
amqp==1.4.6
amqplib==1.0.2
anyjson==0.3.3
billiard==3.3.0.23
billiard==3.3.0.18
binaryornot==0.3.0
celery==3.1.21
certifi==2018.4.16
chardet==3.0.4
cookiecutter==0.8.0
Django==1.8.18
django-filter==0.7
djangorestframework==2.3.13
djangorestframework-csv==1.3.3
ecdsa==0.11
kombu==3.0.34
gunicorn==19.6.0
idna==2.7
Jinja2==2.7.3
kombu==3.0.30
Markdown==2.4.1
MarkupSafe==0.23
mock==1.0.1
ordereddict==1.1
pymongo==3.2.1
python-dateutil==1.5
python-memcached==1.48
pytz==2014.7
PyYAML==3.11
requests==2.19.1
simplejson==3.6.5
six==1.7.2
wsgiref==0.1.2


#kombu 3.0.34 has requirement amqp<2.0,>=1.4.9, but you'll have amqp 1.4.6 which is incompatible.
#celery 3.1.21 has requirement billiard<3.4,>=3.3.0.23, but you'll have billiard 3.3.0.18 which is incompatible.
#celery 3.1.21 has requirement kombu<3.1,>=3.0.34, but you'll have kombu 3.0.30 which is incompatible.
urllib3==1.23
virtualenv==15.1.0

0 comments on commit 924aef3

Please sign in to comment.