You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/01/10 22:14:44 UTC

[GitHub] feng-tao closed pull request #4470: [AIRFLOW-3663] Add requirements.txt file

feng-tao closed pull request #4470: [AIRFLOW-3663] Add requirements.txt file
URL: https://github.com/apache/airflow/pull/4470
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/docs/start.rst b/docs/start.rst
index e3b16b28f7..465dbabcba 100644
--- a/docs/start.rst
+++ b/docs/start.rst
@@ -30,6 +30,11 @@ The installation is quick and straightforward.
     # install from pypi using pip
     pip install apache-airflow
 
+    # (optional) install locally with the master branch
+    pip install -r requirements.txt # for python2.7
+    pip install -r requirements3.txt # for python3.x
+
+
     # initialize the database
     airflow initdb
 
diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 0000000000..066041219f
--- /dev/null
+++ b/requirements.txt
@@ -0,0 +1,95 @@
+# -*- coding: utf-8 -*-
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
+#
+# This file is autogenerated by pip-compile
+# To update, run:
+#
+#    pip-compile --output-file requirements.txt setup.py
+#
+alembic==0.9.10
+babel==2.6.0              # via flask-babel
+bleach==2.1.4
+certifi==2018.11.29       # via requests
+chardet==3.0.4            # via requests
+click==7.0                # via flask, flask-appbuilder
+colorama==0.4.1           # via flask-appbuilder
+configparser==3.5.0
+croniter==0.3.26
+defusedxml==0.5.0         # via python3-openid
+dill==0.2.8.2
+docutils==0.14            # via python-daemon
+enum34==1.1.6
+flask-admin==1.5.2
+flask-appbuilder==1.12.1
+flask-babel==0.12.2       # via flask-appbuilder
+flask-caching==1.3.3
+flask-login==0.4.1        # via flask-appbuilder
+flask-openid==1.2.5       # via flask-appbuilder
+flask-sqlalchemy==2.3.2   # via flask-appbuilder
+flask-swagger==0.2.13
+flask-wtf==0.14.2         # via flask-appbuilder
+flask==0.12.4             # via flask-admin, flask-appbuilder, flask-babel, flask-caching, flask-login, flask-openid, flask-sqlalchemy, flask-swagger, flask-wtf
+funcsigs==1.0.0
+future==0.16.0
+gitdb2==2.0.5             # via gitpython
+gitpython==2.1.11
+gunicorn==19.9.0
+html5lib==1.0.1           # via bleach
+idna==2.8                 # via requests
+iso8601==0.1.12
+itsdangerous==1.1.0       # via flask
+jinja2==2.10              # via flask, flask-babel, python-nvd3
+json-merge-patch==0.2
+lockfile==0.12.2          # via python-daemon
+mako==1.0.7               # via alembic
+markdown==2.6.11
+markupsafe==1.1.0         # via jinja2, mako
+monotonic==1.5            # via tenacity
+numpy==1.15.4             # via pandas
+ordereddict==1.1          # via funcsigs
+pandas==0.23.4
+pendulum==1.4.4
+psutil==5.4.8
+pygments==2.3.1
+python-daemon==2.1.2
+python-dateutil==2.7.5    # via alembic, croniter, flask-appbuilder, pandas, pendulum
+python-editor==1.0.3      # via alembic
+python-nvd3==0.15.0
+python-slugify==2.0.1     # via python-nvd3
+python3-openid==3.1.0     # via flask-openid
+pytz==2018.9              # via babel, pandas, tzlocal
+pytzdata==2018.7          # via pendulum
+pyyaml==3.13              # via flask-swagger
+requests==2.21.0
+setproctitle==1.1.10
+six==1.12.0               # via bleach, html5lib, python-dateutil, tenacity, thrift
+smmap2==2.0.5             # via gitdb2
+sqlalchemy==1.2.15        # via alembic, flask-sqlalchemy
+tabulate==0.8.2
+tenacity==4.8.0
+thrift==0.11.0
+tzlocal==1.5.1            # via pendulum
+unicodecsv==0.14.1
+unidecode==1.0.23         # via python-slugify
+urllib3==1.24.1           # via requests
+webencodings==0.5.1       # via html5lib
+werkzeug==0.14.1          # via flask, flask-caching
+wtforms==2.2.1            # via flask-admin, flask-wtf
+zope.deprecation==4.4.0
diff --git a/requirements3.txt b/requirements3.txt
new file mode 100644
index 0000000000..066041219f
--- /dev/null
+++ b/requirements3.txt
@@ -0,0 +1,95 @@
+# -*- coding: utf-8 -*-
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
+#
+# This file is autogenerated by pip-compile
+# To update, run:
+#
+#    pip-compile --output-file requirements.txt setup.py
+#
+alembic==0.9.10
+babel==2.6.0              # via flask-babel
+bleach==2.1.4
+certifi==2018.11.29       # via requests
+chardet==3.0.4            # via requests
+click==7.0                # via flask, flask-appbuilder
+colorama==0.4.1           # via flask-appbuilder
+configparser==3.5.0
+croniter==0.3.26
+defusedxml==0.5.0         # via python3-openid
+dill==0.2.8.2
+docutils==0.14            # via python-daemon
+enum34==1.1.6
+flask-admin==1.5.2
+flask-appbuilder==1.12.1
+flask-babel==0.12.2       # via flask-appbuilder
+flask-caching==1.3.3
+flask-login==0.4.1        # via flask-appbuilder
+flask-openid==1.2.5       # via flask-appbuilder
+flask-sqlalchemy==2.3.2   # via flask-appbuilder
+flask-swagger==0.2.13
+flask-wtf==0.14.2         # via flask-appbuilder
+flask==0.12.4             # via flask-admin, flask-appbuilder, flask-babel, flask-caching, flask-login, flask-openid, flask-sqlalchemy, flask-swagger, flask-wtf
+funcsigs==1.0.0
+future==0.16.0
+gitdb2==2.0.5             # via gitpython
+gitpython==2.1.11
+gunicorn==19.9.0
+html5lib==1.0.1           # via bleach
+idna==2.8                 # via requests
+iso8601==0.1.12
+itsdangerous==1.1.0       # via flask
+jinja2==2.10              # via flask, flask-babel, python-nvd3
+json-merge-patch==0.2
+lockfile==0.12.2          # via python-daemon
+mako==1.0.7               # via alembic
+markdown==2.6.11
+markupsafe==1.1.0         # via jinja2, mako
+monotonic==1.5            # via tenacity
+numpy==1.15.4             # via pandas
+ordereddict==1.1          # via funcsigs
+pandas==0.23.4
+pendulum==1.4.4
+psutil==5.4.8
+pygments==2.3.1
+python-daemon==2.1.2
+python-dateutil==2.7.5    # via alembic, croniter, flask-appbuilder, pandas, pendulum
+python-editor==1.0.3      # via alembic
+python-nvd3==0.15.0
+python-slugify==2.0.1     # via python-nvd3
+python3-openid==3.1.0     # via flask-openid
+pytz==2018.9              # via babel, pandas, tzlocal
+pytzdata==2018.7          # via pendulum
+pyyaml==3.13              # via flask-swagger
+requests==2.21.0
+setproctitle==1.1.10
+six==1.12.0               # via bleach, html5lib, python-dateutil, tenacity, thrift
+smmap2==2.0.5             # via gitdb2
+sqlalchemy==1.2.15        # via alembic, flask-sqlalchemy
+tabulate==0.8.2
+tenacity==4.8.0
+thrift==0.11.0
+tzlocal==1.5.1            # via pendulum
+unicodecsv==0.14.1
+unidecode==1.0.23         # via python-slugify
+urllib3==1.24.1           # via requests
+webencodings==0.5.1       # via html5lib
+werkzeug==0.14.1          # via flask, flask-caching
+wtforms==2.2.1            # via flask-admin, flask-wtf
+zope.deprecation==4.4.0


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services