install_requires in setup.cfg

This commit is contained in:
Yohan Boniface 2019-03-24 15:57:44 +01:00
parent 3216aeac11
commit 2eaac8cf17
2 changed files with 12 additions and 1 deletions

View file

@ -113,7 +113,7 @@ def deploy():
with sudo(user="copanier"): with sudo(user="copanier"):
put("remote/gunicorn.conf", "/srv/copanier/gunicorn.conf") put("remote/gunicorn.conf", "/srv/copanier/gunicorn.conf")
pip("install gunicorn") pip("install gunicorn")
base = "https://framagit.org/ybon/copanier" base = "https://gitlab.com/ybon/copanier"
pip(f"install -U git+{base}") pip(f"install -U git+{base}")
restart() restart()

View file

@ -2,6 +2,17 @@
name = copanier name = copanier
version = 0.0.1 version = 0.0.1
[options]
install_requires =
Jinja2==2.10
minicli==0.4.4
openpyxl==2.6.1
PyJWT==1.7.1
PyYAML==5.1
roll==0.10.1
ujson==1.35
[options.entry_points] [options.entry_points]
console_scripts = console_scripts =
copanier = copanier:main copanier = copanier:main