unify requirements
This commit is contained in:
parent
11159110e2
commit
1781e9d7b9
3 changed files with 12 additions and 13 deletions
|
|
@ -19,7 +19,6 @@ To install CoCo run the following as root:
|
|||
|
||||
cd /srv/coco
|
||||
python3 -m venv venv
|
||||
./venv/bin/pip install -r requirements-shared.txt
|
||||
./venv/bin/pip install -r requirements.txt
|
||||
./ctl update_static
|
||||
chown -R coco:coco /srv/coco
|
||||
|
|
|
|||
|
|
@ -1,12 +0,0 @@
|
|||
requests==2.21.0
|
||||
chardet
|
||||
html5lib
|
||||
#ox>=2.0.666
|
||||
git+https://code.0x2620.org/0x2620/python-ox.git#egg=ox
|
||||
python-stdnum==1.2
|
||||
PyPDF2==1.25.1
|
||||
pysocks
|
||||
stem
|
||||
sqlitedict==1.6.0
|
||||
zeroconf
|
||||
unrar
|
||||
|
|
@ -1,3 +1,15 @@
|
|||
requests==2.21.0
|
||||
chardet
|
||||
html5lib
|
||||
#ox>=2.0.666
|
||||
git+https://code.0x2620.org/0x2620/python-ox.git#egg=ox
|
||||
python-stdnum==1.2
|
||||
PyPDF2==1.25.1
|
||||
pysocks
|
||||
stem
|
||||
sqlitedict==1.6.0
|
||||
zeroconf
|
||||
unrar
|
||||
lxml
|
||||
simplejson
|
||||
ed25519>=1.4
|
||||
|
|
|
|||
Loading…
Reference in a new issue