archive
/
catfish
Archived
1
Fork 0

Requires 3.7 to run

This commit is contained in:
Jake Howard 2018-12-20 14:05:43 +00:00
parent 1706f81ce5
commit fc89f29693
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ setup(
packages=["catfish"],
include_package_data=True,
zip_safe=False,
pathon_requires=">=3.6",
pathon_requires=">=3.7",
install_requires=[
"click",
"daemonize>=2.5.0",