Skip to content
Snippets Groups Projects
Commit d8c4f27e authored by Cyril  NERIN's avatar Cyril NERIN
Browse files

Merge branch 'hmenager-upgrade-deps-patch-98128' into 'upgrade-deps'

make jass installable via pip directly

See merge request !12
parents c1ba97aa 270df0bd
No related branches found
No related tags found
4 merge requests!35Replace Connexion by flask-smorest,!34Replace connexion by flask-smorest,!25Update requirements.txt,!12make jass installable via pip directly
......@@ -10,7 +10,18 @@ SETUP_DIR = os.path.dirname(__file__)
README = os.path.join(SETUP_DIR, 'README.md')
readme = open(README).read()
REQUIRES = ["connexion", "python_dateutil", "setuptools", "pandas", "tables", "scipy", "matplotlib", "celery", "h5py"]
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(
name=NAME,
......@@ -46,4 +57,4 @@ setup(
'jass=jass.__main__:main',
]
}
)
\ No newline at end of file
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment