mirror of
https://github.com/almet/copanier.git
synced 2025-04-28 19:42:37 +02:00
install_requires in setup.cfg
This commit is contained in:
parent
3216aeac11
commit
2eaac8cf17
2 changed files with 12 additions and 1 deletions
|
@ -113,7 +113,7 @@ def deploy():
|
|||
with sudo(user="copanier"):
|
||||
put("remote/gunicorn.conf", "/srv/copanier/gunicorn.conf")
|
||||
pip("install gunicorn")
|
||||
base = "https://framagit.org/ybon/copanier"
|
||||
base = "https://gitlab.com/ybon/copanier"
|
||||
pip(f"install -U git+{base}")
|
||||
restart()
|
||||
|
||||
|
|
11
setup.cfg
11
setup.cfg
|
@ -2,6 +2,17 @@
|
|||
name = copanier
|
||||
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]
|
||||
console_scripts =
|
||||
copanier = copanier:main
|
||||
|
|
Loading…
Reference in a new issue