summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonah BrĂ¼chert <jbb@kaidan.im>2024-03-29 04:23:19 +0100
committerJonah BrĂ¼chert <jbb@kaidan.im>2024-03-29 04:24:19 +0100
commitd37b83e125f23ca3d0150e204c673d3e9e9d0fb7 (patch)
tree1d3bec97254e341e3e66725ce0803920f25da3d4
parentf876c6990ff9f157665a4f0c09599911c12167e5 (diff)
downloadklausuren-next.tar.gz
klausuren-next.tar.bz2
klausuren-next.zip
Freeze requirementsnext
So it is always possible to set up a known-working version
-rw-r--r--requirements.txt16
1 files changed, 10 insertions, 6 deletions
diff --git a/requirements.txt b/requirements.txt
index 6c49951..5072cae 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,6 +1,10 @@
-Flask
-Flask-WTF
-Jinja2
-WTForms
-Werkzeug
-python-magic
+blinker==1.7.0
+click==8.1.7
+Flask==3.0.0
+Flask-WTF==1.2.1
+itsdangerous==2.1.2
+Jinja2==3.1.2
+MarkupSafe==2.1.3
+python-magic==0.4.27
+Werkzeug==3.0.1
+WTForms==3.1.1