Minor changes

This commit is contained in:
VirtuBox
2023-05-09 08:14:56 +02:00
parent 43c04f80b6
commit ad540ceadd
4 changed files with 29 additions and 26 deletions

View File

@@ -62,16 +62,16 @@ setup(name='wordops',
# "Sphinx >= 1.0",
# Required to function
'cement == 2.10.12',
'pystache >= 0.5.4',
'pynginxconfig >= 0.3.4',
'PyMySQL >= 0.10.1',
'psutil >= 5.9.4',
'sh >= 1.14.3',
'pystache',
'pynginxconfig',
'PyMySQL == 0.10.1',
'psutil',
'sh',
'SQLAlchemy == 1.4.48',
'requests >= 2.28.1',
'distro >= 1.7.0',
'argcomplete >= 1.12.0',
'colorlog >= 4.6.2',
'requests',
'distro',
'argcomplete',
'colorlog',
],
extras_require={ # Optional
'testing': ['nose', 'coverage'],