diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2022-05-21 22:38:52 +0100 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2022-05-21 22:38:52 +0100 |
commit | f2f734194c03dfff2024cf417c502515ddb7a855 (patch) | |
tree | 745910a6206be1243187523bef355849dda0da77 /API/requirements.txt | |
parent | abc7f067ff20bc2bd07d9236c30055549481547c (diff) | |
download | Smarker-f2f734194c03dfff2024cf417c502515ddb7a855.tar.gz Smarker-f2f734194c03dfff2024cf417c502515ddb7a855.zip |
Added running as an API
Diffstat (limited to 'API/requirements.txt')
-rw-r--r-- | API/requirements.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/API/requirements.txt b/API/requirements.txt new file mode 100644 index 0000000..32e26e6 --- /dev/null +++ b/API/requirements.txt @@ -0,0 +1,5 @@ +flask
+PasteScript==3.2.0
+waitress
+docker
+werkzeug
|