Created
August 19, 2018 12:49
-
-
Save abs51295/4222a40d6c69f80adc7b138f4c8765b3 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
# | |
# This file is autogenerated by pip-compile | |
# To update, run: | |
# | |
# pip-compile --output-file requirements.txt requirements.in | |
# | |
asn1crypto==0.24.0 # via cryptography | |
attrs==18.1.0 # via pytest | |
certifi==2018.4.16 # via requests | |
cffi==1.11.5 # via cryptography | |
chardet==3.0.4 # via requests | |
click==6.7 # via flask | |
colorama==0.3.9 # via radon | |
coverage==4.5.1 | |
cryptography==2.2.2 | |
flake8-polyfill==1.0.2 # via radon | |
flake8==3.5.0 # via flake8-polyfill | |
flask-cors==3.0.4 | |
flask==1.0.2 | |
gevent==1.3.1 | |
greenlet==0.4.13 # via gevent | |
gunicorn==19.8.1 | |
idna==2.6 # via cryptography, requests | |
itsdangerous==0.24 # via flask | |
jinja2==2.10 # via flask | |
mando==0.6.4 # via radon | |
markupsafe==1.0 # via jinja2 | |
mccabe==0.6.1 # via flake8 | |
more-itertools==4.1.0 # via pytest | |
pluggy==0.6.0 # via pytest | |
psycopg2==2.7.4 | |
py==1.5.3 # via pytest | |
pycodestyle==2.3.1 # via flake8 | |
pycparser==2.18 # via cffi | |
pycrypto==2.6.1 | |
pyflakes==1.6.0 # via flake8 | |
pyjwt==1.6.3 | |
pytest-cov==2.5.1 | |
pytest-mock==1.10.0 | |
pytest==3.5.1 | |
radon==2.2.0 | |
requests-futures==0.9.7 | |
requests==2.18.4 | |
semantic-version==2.6.0 | |
six==1.11.0 # via cryptography, flask-cors, mando, more-itertools, pytest | |
sqlalchemy==1.2.7 | |
urllib3==1.22 # via requests | |
werkzeug==0.14.1 # via flask |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment