mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-27 10:44:33 +00:00
Sync requirements.txt with setup.py
Reviewed-by: Joseph Nuthalpati <njoseph@thoughtworks.com>
This commit is contained in:
parent
f069f663d0
commit
bf7bde18c2
@ -2,8 +2,10 @@ cherrypy >= 3.0
|
|||||||
configobj
|
configobj
|
||||||
coverage >= 3.7
|
coverage >= 3.7
|
||||||
django >= 1.10.0
|
django >= 1.10.0
|
||||||
|
django-bootstrap-form
|
||||||
django-stronghold
|
django-stronghold
|
||||||
psutil
|
psutil
|
||||||
python-apt
|
python-apt
|
||||||
python-augeas
|
python-augeas
|
||||||
|
requests
|
||||||
ruamel.yaml
|
ruamel.yaml
|
||||||
|
|||||||
1
setup.py
1
setup.py
@ -207,6 +207,7 @@ setuptools.setup(
|
|||||||
setup_requires=['setuptools-git'],
|
setup_requires=['setuptools-git'],
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'cherrypy >= 3.0',
|
'cherrypy >= 3.0',
|
||||||
|
'configobj',
|
||||||
'django >= 1.10.0',
|
'django >= 1.10.0',
|
||||||
'django-bootstrap-form',
|
'django-bootstrap-form',
|
||||||
'django-stronghold',
|
'django-stronghold',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user