Last active
March 20, 2019 13:44
-
-
Save justinholmes/8560fb22ebdbd18237374e57f30741ec to your computer and use it in GitHub Desktop.
airflow-1.10.2-python3 requirements.txt
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
absl-py==0.6.1 | |
adal==1.2.0 | |
alembic==0.8.10 | |
amqp==2.4.0 | |
apache-airflow===1.10.2 | |
asn1crypto==0.24.0 | |
astor==0.7.1 | |
Babel==2.6.0 | |
bcrypt==3.1.6 | |
billiard==3.5.0.5 | |
bleach==2.1.4 | |
cachetools==3.1.0 | |
celery==4.2.1 | |
certifi==2018.11.29 | |
cffi==1.11.5 | |
chardet==3.0.4 | |
click==6.7 | |
colorama==0.4.1 | |
configparser==3.5.3 | |
croniter==0.3.27 | |
cryptography==2.5 | |
defusedxml==0.5.0 | |
dill==0.2.9 | |
docutils==0.14 | |
Flask==0.12.4 | |
Flask-Admin==1.4.1 | |
Flask-AppBuilder==1.12.2 | |
Flask-Babel==0.12.2 | |
Flask-Bcrypt==0.7.1 | |
Flask-Caching==1.3.3 | |
Flask-Login==0.4.1 | |
Flask-OpenID==1.2.5 | |
Flask-SQLAlchemy==2.3.2 | |
flask-swagger==0.2.13 | |
Flask-WTF==0.14.2 | |
flower==0.9.2 | |
funcsigs==1.0.0 | |
future==0.16.0 | |
futures==3.1.1 | |
gast==0.2.2 | |
gitdb2==2.0.5 | |
GitPython==2.1.11 | |
google-api-core==1.7.0 | |
google-api-python-client==1.7.8 | |
google-auth==1.6.2 | |
google-auth-httplib2==0.0.3 | |
google-auth-oauthlib==0.2.0 | |
google-cloud-bigquery==1.8.1 | |
google-cloud-container==0.2.1 | |
google-cloud-core==0.29.1 | |
google-cloud-logging==1.9.1 | |
google-cloud-storage==1.13.2 | |
google-resumable-media==0.3.2 | |
googleapis-common-protos==1.5.6 | |
grpcio==1.17.1 | |
gunicorn==19.9.0 | |
h5py==2.9.0 | |
html5lib==1.0.1 | |
httplib2==0.12.0 | |
idna==2.8 | |
iso8601==0.1.12 | |
itsdangerous==1.1.0 | |
Jinja2==2.8.1 | |
Keras-Applications==1.0.6 | |
Keras-Preprocessing==1.0.5 | |
kombu==4.2.2.post1 | |
kubernetes==8.0.1 | |
lockfile==0.12.2 | |
Mako==1.0.7 | |
Markdown==2.6.11 | |
MarkupSafe==1.1.0 | |
monotonic==1.5 | |
mysqlclient==1.4.1 | |
numpy==1.16.0 | |
oauthlib==3.0.1 | |
ordereddict==1.1 | |
pandas==0.23.4 | |
pandas-gbq==0.9.0 | |
pendulum==1.4.4 | |
pipdeptree==0.13.1 | |
protobuf==3.6.1 | |
psutil==4.4.2 | |
psycopg2-binary==2.7.6.1 | |
pyasn1==0.4.5 | |
pyasn1-modules==0.2.4 | |
pycparser==2.19 | |
pydata-google-auth==0.1.1 | |
Pygments==2.3.1 | |
PyJWT==1.7.1 | |
pyOpenSSL==19.0.0 | |
python-daemon==2.1.2 | |
python-dateutil==2.7.5 | |
python-editor==1.0.3 | |
python-http-client==3.1.0 | |
python-nvd3==0.15.0 | |
python-slugify==2.0.1 | |
python3-openid==3.1.0 | |
pytz==2018.9 | |
pytzdata==2018.7 | |
PyYAML==3.13 | |
redis==2.10.6 | |
requests==2.21.0 | |
requests-oauthlib==1.2.0 | |
rsa==4.0 | |
sendgrid==5.6.0 | |
setproctitle==1.1.10 | |
six==1.12.0 | |
smmap2==2.0.5 | |
SQLAlchemy==1.1.18 | |
tabulate==0.8.2 | |
tenacity==4.8.0 | |
tensorboard==1.12.2 | |
tensorflow==1.12.0 | |
termcolor==1.1.0 | |
thrift==0.11.0 | |
tornado==5.1.1 | |
tzlocal==1.5.1 | |
unicodecsv==0.14.1 | |
Unidecode==1.0.23 | |
uritemplate==3.0.0 | |
urllib3==1.24.1 | |
vine==1.2.0 | |
virtualenv==16.2.0 | |
webencodings==0.5.1 | |
websocket-client==0.54.0 | |
Werkzeug==0.14.1 | |
WTForms==2.2.1 | |
zope.deprecation==4.4.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment