This repository has been archived by the owner on Jul 15, 2021. It is now read-only.
forked from lyft/confidant
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Py3 requirements file header (lyft#185)
* py3 requirements header * tada
- Loading branch information
Showing
3 changed files
with
77 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# | ||
# This file is autogenerated by pip-compile | ||
# To update, run: | ||
# | ||
# control run piptools.compile confidant | ||
# | ||
asn1crypto==0.24.0 # via cryptography | ||
cffi==1.10.0 | ||
cryptography==2.3 | ||
idna==2.6 # via cryptography | ||
ndg-httpsclient==0.4.2 | ||
pyasn1==0.4.4 | ||
pycparser==2.18 # via cffi | ||
pyopenssl==16.2.0 | ||
six==1.10.0 | ||
|
||
pip==9.0.3 | ||
setuptools==39.0.1 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# piptools: python3 | ||
# Flask | ||
# License: BSD | ||
# Upstream url: http://github.com/mitsuhiko/flask/ | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
# | ||
# This file is autogenerated by pip-compile | ||
# To update, run: | ||
# | ||
# control run piptools.compile confidant | ||
# | ||
asn1crypto==0.24.0 | ||
authomatic==0.1.0.post1 | ||
boto3==1.4.0 | ||
botocore==1.4.58 | ||
cffi==1.10.0 | ||
coverage==3.7.1 | ||
cryptography==2.3 | ||
defusedxml==0.5.0 # via python3-saml | ||
docutils==0.13.1 # via botocore | ||
flake8==2.3.0 | ||
flask-script==2.0.5 | ||
flask-session==0.2.1 | ||
flask-sslify==0.1.5 | ||
flask==0.10.1 | ||
gevent==1.2.1 | ||
greenlet==0.4.12 | ||
guard==1.0.1 | ||
gunicorn==19.7.1 | ||
idna==2.6 | ||
isodate==0.5.4 # via python3-saml | ||
itsdangerous==0.24 # via flask | ||
jinja2==2.9.6 # via flask | ||
jmespath==0.9.2 # via boto3, botocore | ||
lru-dict==1.1.6 | ||
lxml==4.2.1 # via xmlsec | ||
markupsafe==1.0 # via jinja2 | ||
mccabe==0.6.1 # via flake8 | ||
mock==2.0.0 | ||
ndg-httpsclient==0.4.2 | ||
nose-pathmunge==0.1.2 | ||
nose==1.3.3 | ||
pbr==2.0.0 # via mock | ||
pep8==1.5.7 | ||
pkgconfig==1.3.1 # via xmlsec | ||
pyasn1==0.4.4 | ||
pycparser==2.18 | ||
pyflakes==1.5.0 # via flake8 | ||
pynamodb==3.2.1 | ||
pyopenssl==16.2.0 | ||
python-dateutil==2.6.0 # via botocore, pynamodb | ||
python3-saml==1.4.0 | ||
pyyaml==3.11 | ||
redis==2.10.3 | ||
requests==2.11.1 | ||
s3transfer==0.1.10 # via boto3 | ||
six==1.10.0 | ||
statsd==3.2.1 | ||
werkzeug==0.12.1 # via flask | ||
xmlsec==1.3.3 # via python3-saml | ||
|
||
pip==9.0.3 | ||
setuptools==39.0.1 |