diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-12-03 18:07:50 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-12-03 18:07:50 +0000 |
| commit | a160abeb3230c6ecb887d0b77f655203d5cf2313 (patch) | |
| tree | de4347a905c67476dd0a9c85d1c2f052f18ed446 /requirements.txt | |
| parent | Fix urls in readme (diff) | |
| parent | minor docs updates (diff) | |
| download | AnnotateChange-a160abeb3230c6ecb887d0b77f655203d5cf2313.tar.gz AnnotateChange-a160abeb3230c6ecb887d0b77f655203d5cf2313.zip | |
Merge branch 'update'
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..98a146e --- /dev/null +++ b/requirements.txt @@ -0,0 +1,14 @@ +flask>=1.0 +flask-wtf>=0.14.2 +flask-sqlalchemy>=2.3 +flask-migrate>=2.4 +flask-login>=0.4.1 +flask-mail>=0.9.1 +pyjwt>=1.7 +flask-bootstrap>=3.3.0.1 +email_validator>=1.0 +gunicorn>=19.9 +pymysql>=0.9.3 +cryptography>=2.6 +markdown>=3.1 +jsonschema>=3.0 |
