added docker image

This commit is contained in:
2024-02-15 08:56:48 +08:00
parent 219a7910ad
commit ca5959d81d
8 changed files with 38 additions and 0 deletions

View File

@@ -17,6 +17,8 @@ classifiers = [
"Operating System :: OS Independent",
]
dependencies = [
"gevent",
"greenlet",
"flask >= 3.0",
'cryptography>=42.0.0',
]