Fix requirements
This commit is contained in:
16
setup.py
16
setup.py
@@ -62,16 +62,16 @@ setup(name='wordops',
|
|||||||
# "Sphinx >= 1.0",
|
# "Sphinx >= 1.0",
|
||||||
# Required to function
|
# Required to function
|
||||||
'cement == 2.10.12',
|
'cement == 2.10.12',
|
||||||
'pystache == 0.5.4',
|
'pystache',
|
||||||
'pynginxconfig == 0.3.4',
|
'pynginxconfig',
|
||||||
'PyMySQL == 0.10.1',
|
'PyMySQL == 0.10.1',
|
||||||
'psutil == 5.9.4',
|
'psutil',
|
||||||
'sh == 1.14.3',
|
'sh',
|
||||||
'SQLAlchemy == 1.4.46',
|
'SQLAlchemy == 1.4.46',
|
||||||
'requests >= 2.20.0',
|
'requests',
|
||||||
'distro == 1.7.0',
|
'distro',
|
||||||
'argcomplete == 1.12.0',
|
'argcomplete',
|
||||||
'colorlog == 4.6.2',
|
'colorlog',
|
||||||
],
|
],
|
||||||
extras_require={ # Optional
|
extras_require={ # Optional
|
||||||
'testing': ['nose', 'coverage'],
|
'testing': ['nose', 'coverage'],
|
||||||
|
|||||||
Reference in New Issue
Block a user