mirror of
https://github.com/retspen/webvirtcloud
synced 2024-11-01 03:54:15 +00:00
Updated requiremets and added dev reqs
This commit is contained in:
parent
ad4b417695
commit
ca3b88097e
2 changed files with 22 additions and 1 deletions
19
conf/requirements-dev.txt
Normal file
19
conf/requirements-dev.txt
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
beautifulsoup4==4.9.1
|
||||||
|
coverage==5.1
|
||||||
|
Django==2.2.13
|
||||||
|
django-bootstrap4==2.0.1
|
||||||
|
django-debug-toolbar==2.2
|
||||||
|
django-fa==1.0.0
|
||||||
|
django-login-required-middleware==0.5.0
|
||||||
|
gunicorn==20.0.4
|
||||||
|
libsass==0.20.0
|
||||||
|
libvirt-python==6.3.0
|
||||||
|
lxml==4.5.0
|
||||||
|
numpy==1.18.4
|
||||||
|
pytz==2020.1
|
||||||
|
rwlock==0.0.7
|
||||||
|
six==1.15.0
|
||||||
|
soupsieve==2.0.1
|
||||||
|
sqlparse==0.3.1
|
||||||
|
websockify==0.9.0
|
||||||
|
yapf==0.30.0
|
|
@ -1,14 +1,16 @@
|
||||||
|
beautifulsoup4==4.9.1
|
||||||
Django==2.2.13
|
Django==2.2.13
|
||||||
django-bootstrap4==2.0.1
|
django-bootstrap4==2.0.1
|
||||||
django-fa==1.0.0
|
django-fa==1.0.0
|
||||||
django-login-required-middleware==0.5.0
|
django-login-required-middleware==0.5.0
|
||||||
gunicorn==20.0.4
|
gunicorn==20.0.4
|
||||||
libvirt-python==6.3.0
|
|
||||||
libsass==0.20.0
|
libsass==0.20.0
|
||||||
|
libvirt-python==6.3.0
|
||||||
lxml==4.5.0
|
lxml==4.5.0
|
||||||
numpy==1.18.4
|
numpy==1.18.4
|
||||||
pytz==2020.1
|
pytz==2020.1
|
||||||
rwlock==0.0.7
|
rwlock==0.0.7
|
||||||
six==1.15.0
|
six==1.15.0
|
||||||
|
soupsieve==2.0.1
|
||||||
sqlparse==0.3.1
|
sqlparse==0.3.1
|
||||||
websockify==0.9.0
|
websockify==0.9.0
|
||||||
|
|
Loading…
Reference in a new issue