Sync requirements.txt with setup.py

Reviewed-by: Joseph Nuthalpati <njoseph@thoughtworks.com>
This commit is contained in:
James Valleroy 2017-07-22 08:55:51 -04:00 committed by Joseph Nuthalpati
parent f069f663d0
commit bf7bde18c2
No known key found for this signature in database
GPG Key ID: 5398F00A2FA43C35
2 changed files with 3 additions and 0 deletions

View File

@ -2,8 +2,10 @@ cherrypy >= 3.0
configobj
coverage >= 3.7
django >= 1.10.0
django-bootstrap-form
django-stronghold
psutil
python-apt
python-augeas
requests
ruamel.yaml

View File

@ -207,6 +207,7 @@ setuptools.setup(
setup_requires=['setuptools-git'],
install_requires=[
'cherrypy >= 3.0',
'configobj',
'django >= 1.10.0',
'django-bootstrap-form',
'django-stronghold',