diff options
author | Georg | 2021-09-01 12:55:44 +0200 |
---|---|---|
committer | Georg | 2021-09-01 12:55:44 +0200 |
commit | d2e8fcd2b5949c7836feaf559cd65c5062a7748c (patch) | |
tree | a46305087626f5362e4719f255f296e77056b010 /requirements.old.txt | |
download | webreg-d2e8fcd2b5949c7836feaf559cd65c5062a7748c.tar.gz webreg-d2e8fcd2b5949c7836feaf559cd65c5062a7748c.tar.bz2 webreg-d2e8fcd2b5949c7836feaf559cd65c5062a7748c.zip |
Init + SSO registration
Signed-off-by: Georg <georg@lysergic.dev>
Diffstat (limited to 'requirements.old.txt')
-rw-r--r-- | requirements.old.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/requirements.old.txt b/requirements.old.txt new file mode 100644 index 0000000..daa45d8 --- /dev/null +++ b/requirements.old.txt @@ -0,0 +1,13 @@ +click==7.1.2 +dnspython==1.16.0 +email-validator==1.1.1 +Flask==1.1.2 +Flask-WTF==0.14.3 +gunicorn==20.0.4 +idna==2.9 +irctokens>=1.0.1 +itsdangerous==1.1.0 +Jinja2==2.11.2 +MarkupSafe==1.1.1 +Werkzeug==1.0.1 +WTForms==2.3.1 |