Skip to content
Snippets Groups Projects
Commit 2436f003 authored by Hervé Ménager's avatar Hervé Ménager
Browse files

apply changes in deps management from dev branch.

parent 8e697b45
No related branches found
No related tags found
2 merge requests!33change default handling of missing value : the server and the command line...,!28Update requirement, change default behaviour
git+https://github.com/hmenager/connexion.git#egg=connexion[swagger-ui] git+https://github.com/hmenager/connexion.git@master#egg=connexion[swagger-ui]
aiohttp aiohttp
python_dateutil python_dateutil
setuptools setuptools
......
...@@ -10,7 +10,18 @@ SETUP_DIR = os.path.dirname(__file__) ...@@ -10,7 +10,18 @@ SETUP_DIR = os.path.dirname(__file__)
README = os.path.join(SETUP_DIR, 'README.md') README = os.path.join(SETUP_DIR, 'README.md')
readme = open(README).read() readme = open(README).read()
REQUIRES = ["connexion", "python_dateutil", "setuptools", "pandas", "tables", "scipy", "matplotlib", "celery", "h5py", "aiohttp", "numpy"] REQUIRES = [
"connexion[swagger-ui] @ git+https://github.com/hmenager/connexion.git@master#egg=connexion[swagger-ui]",
"aiohttp",
"python_dateutil",
"setuptools",
"numpy",
"pandas",
"tables",
"scipy",
"matplotlib",
"celery",
]
setup( setup(
name=NAME, name=NAME,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment