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.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.txt')
-rw-r--r-- | requirements.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..db3653d --- /dev/null +++ b/requirements.txt @@ -0,0 +1,17 @@ +certifi==2021.5.30 +charset-normalizer==2.0.4 +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==2.0.0 +itsdangerous==1.1.0 +Jinja2==2.11.2 +MarkupSafe==1.1.1 +requests==2.26.0 +urllib3==1.26.6 +Werkzeug==1.0.1 +WTForms==2.3.1 |