Last active
January 23, 2017 07:06
-
-
Save paultiplady/d140506dd03f11433d50d8add5772056 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ cat requirements.txt | |
# | |
# This file is autogenerated by pip-compile | |
# To update, run: | |
# | |
# pip-compile --output-file requirements.txt requirements.in | |
# | |
csv | |
amqp==2.1.4 # via kombu | |
apache-libcloud==1.2.1 | |
backports.ssl-match-hostname==3.5.0.1 # via docker-py | |
billiard==3.5.0.2 # via celery | |
celery==4.0.0 | |
cffi==1.9.1 # via cryptography | |
coverage==4.3.1 | |
cryptography==1.7.1 # via paramiko, pyopenssl | |
diff-match-patch==20121119 # via django-import-export | |
django-cors-headers==2.0.0 | |
django-debug-toolbar==1.6 | |
django-import-export==0.5.1 | |
django-nose==1.4.4 | |
django-rest-multiple-models==1.8.1 | |
django-rest-swagger==0.3.10 | |
django-storages-redux==1.3.2 | |
django==1.9.12 | |
djangorestframework-jwt==1.9.0 | |
djangorestframework==3.4.7 | |
docker-py==1.10.6 | |
docker-pycreds==0.2.1 # via docker-py | |
drf-nested-routers==0.11.1 | |
holidays==0.4.1 | |
idna==2.2 # via cryptography | |
kombu==4.0.2 # via celery | |
lxml==3.7.2 | |
mysqlclient==1.3.9 | |
nose-parameterized==0.5.0 | |
nose==1.3.7 | |
oauthlib==2.0.1 # via requests-oauthlib | |
paramiko==2.1.1 | |
paypalrestsdk==1.12.0 | |
pexpect==4.2.1 | |
plaid-python==1.4.0 | |
ptyprocess==0.5.1 # via pexpect | |
pyasn1==0.1.9 # via cryptography, paramiko | |
pycallgraph==1.0.1 | |
pycountry==17.1.8 | |
pycparser==2.17 # via cffi | |
pyjwt==1.4.0 # via djangorestframework-jwt, pyxero | |
pyopenssl==16.2.0 # via paypalrestsdk | |
python-dateutil==2.6.0 | |
pytz==2016.10 | |
pyxero==0.8.0 | |
pyyaml==3.12 # via django-rest-swagger, vcrpy | |
requests-oauthlib==0.7.0 # via pyxero | |
requests==2.7.0 | |
rest-condition==1.0.2 | |
six==1.10.0 # via cryptography, docker-py, docker-pycreds, paypalrestsdk, pyopenssl, python-dateutil, pyxero, vcrpy, websocket-client | |
sqlparse==0.2.2 # via django-debug-toolbar | |
tablib==0.11.3 # via django-import-export | |
Unidecode==0.4.19 | |
uwsgi==2.0.14 | |
vcrpy==1.10.4 | |
vine==1.1.3 # via amqp | |
websocket-client==0.40.0 # via docker-py | |
wrapt==1.10.8 # via vcrpy | |
# The following packages are considered to be unsafe in a requirements file: | |
# setuptools # via cryptography |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment