uwsgi added to package with ini and launcher

This commit is contained in:
2021-10-25 21:20:43 -06:00
parent 7693b24f89
commit 3b78f22df8
3 changed files with 14 additions and 0 deletions
+1
View File
@@ -9,5 +9,6 @@ setup(
install_requires=[
'flask',
'xlrd',
'uwsgi',
],
)