Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jochem Bijlard
fractalis
Commits
d9ff64c3
Commit
d9ff64c3
authored
May 15, 2018
by
Sascha Herzinger
Browse files
removed requirements.txt
parent
bd9a94d4
Changes
2
Hide whitespace changes
Inline
Side-by-side
requirements.txt
deleted
100644 → 0
View file @
bd9a94d4
flake8
pytest
pytest-runner
pytest-cov
responses
twine
setup.py
View file @
d9ff64c3
...
...
@@ -14,22 +14,29 @@ setup(
include_package_data
=
True
,
python_requires
=
'>=3.4.0'
,
install_requires
=
[
'Flask==0.12.2'
,
'flask-cors==3.0.3'
,
'Flask-Script==2.0.6'
,
'flask-request-id-middleware==1.1'
,
'flask-compress==1.4.0'
,
'typing==3.6.2'
,
'jsonschema==2.6.0'
,
'celery[redis]==4.1.0'
,
'redis==2.10.6'
,
'numpy==1.13.3'
,
'scipy==0.19.1'
,
'pandas==0.20.3'
,
'sklearn==0.0'
,
'requests==2.18.4'
,
'PyYAML==3.12'
,
'pycryptodomex==3.4.7'
,
'rpy2==2.9.0'
'Flask'
,
'flask-cors'
,
'Flask-Script'
,
'flask-request-id-middleware'
,
'flask-compress'
,
'typing'
,
'jsonschema'
,
'celery[redis]'
,
'redis'
,
'numpy'
,
'scipy'
,
'pandas'
,
'sklearn'
,
'requests'
,
'PyYAML'
,
'pycryptodomex'
,
'rpy2'
,
'tzlocal'
,
'flake8'
,
'pytest'
,
'pytest-runner'
,
'pytest-cov'
,
'responses'
,
'twine'
]
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment