From 71a14d4cb93edb4e41bdfae3c929d255fd40a36c Mon Sep 17 00:00:00 2001 From: Giovanni Basolu Date: Wed, 8 Aug 2018 16:15:31 +0100 Subject: [PATCH 1/2] added requirements --- requirements.txt | 80 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 00000000..3748d594 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,80 @@ +atomicwrites==1.1.5 +attrs==18.1.0 +Babel==2.6.0 +backcall==0.1.0 +backports.functools-lru-cache==1.5 +bcrypt==3.1.4 +Beaker==1.10.0 +blinker==1.4 +certifi==2018.4.16 +cffi==1.11.5 +chardet==3.0.4 +cheroot==6.3.1 +click==6.7 +Cython==0.28.3 +decorator==4.3.0 +Flask==1.0.2 +Flask-Admin==1.5.1 +Flask-BabelEx==0.9.3 +Flask-Login==0.4.1 +Flask-Mail==0.9.1 +Flask-Principal==0.4.0 +Flask-Security==3.0.0 +Flask-SQLAlchemy==2.3.2 +Flask-WTF==0.14.2 +future==0.16.0 +idna==2.7 +ipython==6.4.0 +ipython-genutils==0.2.0 +itsdangerous==0.24 +jedi==0.12.0 +Jinja2==2.10 +lxml==4.2.1 +MarkupSafe==1.0 +marshmallow==2.15.3 +more-itertools==4.2.0 +mysql-connector-python==8.0.11 +networkx==2.1 +numexpr==2.6.5 +numpy==1.14.5 +packaging==17.1 +pandas==0.23.1 +parso==0.2.1 +passlib==1.7.1 +pexpect==4.6.0 +pickleshare==0.7.4 +pluggy==0.6.0 +prompt-toolkit==1.0.15 +protobuf==3.6.0 +psycopg2==2.7.4 +ptyprocess==0.5.2 +py==1.5.3 +pycparser==2.18 +Pygments==2.2.0 +pyparsing==2.2.0 +pytest==3.6.1 +pytest-pdb==0.2.0 +python-dateutil==2.7.3 +pytz==2018.4 +requests==2.19.1 +scipy==1.1.0 +simplegeneric==0.8.1 +six==1.11.0 +speaklater==1.3 +spyne==2.12.14 +SQLAlchemy==1.2.8 +suds-jurko==0.6 +tables==3.4.4 +traitlets==4.3.2 +transaction==2.2.1 +urllib3==1.23 +urwid==2.0.1 +wcwidth==0.1.7 +Werkzeug==0.14.1 +WTForms==2.2.1 +xlrd==1.1.0 +zope.interface==4.5.0 +zope.sqlalchemy==1.0 + +# git+git://github.com/hydraplatform/hydra-base.git@master-for-docker-1#egg=hydra-base +# git+git://github.com/hydraplatform/hydra-server.git@master#egg=hydra-server From 4a5536cc5daa2437bf65248ae0e2bfc742340f7a Mon Sep 17 00:00:00 2001 From: Giovanni Basolu Date: Fri, 10 Aug 2018 14:45:28 +0100 Subject: [PATCH 2/2] added hydra-base as library --- requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3748d594..3b124025 100644 --- a/requirements.txt +++ b/requirements.txt @@ -76,5 +76,4 @@ xlrd==1.1.0 zope.interface==4.5.0 zope.sqlalchemy==1.0 -# git+git://github.com/hydraplatform/hydra-base.git@master-for-docker-1#egg=hydra-base -# git+git://github.com/hydraplatform/hydra-server.git@master#egg=hydra-server +git+git://github.com/hydraplatform/hydra-base.git@master#egg=hydra-base