aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2020-12-03 18:07:50 +0000
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2020-12-03 18:07:50 +0000
commita160abeb3230c6ecb887d0b77f655203d5cf2313 (patch)
treede4347a905c67476dd0a9c85d1c2f052f18ed446 /pyproject.toml
parentFix urls in readme (diff)
parentminor docs updates (diff)
downloadAnnotateChange-a160abeb3230c6ecb887d0b77f655203d5cf2313.tar.gz
AnnotateChange-a160abeb3230c6ecb887d0b77f655203d5cf2313.zip
Merge branch 'update'
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml30
1 files changed, 0 insertions, 30 deletions
diff --git a/pyproject.toml b/pyproject.toml
deleted file mode 100644
index c62fe7a..0000000
--- a/pyproject.toml
+++ /dev/null
@@ -1,30 +0,0 @@
-[tool.poetry]
-name = "annotate_change"
-version = "0.1.0"
-description = ""
-authors = ["Gertjan van den Burg <gertjanvandenburg@gmail.com>"]
-
-[tool.poetry.dependencies]
-python = "^3.7"
-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"
-email_validator = "^1.0"
-gunicorn = "^19.9"
-pymysql = "^0.9.3"
-cryptography = "^2.6"
-markdown = "^3.1"
-jsonschema = "^3.0"
-clevercsv = "^0.4.2"
-
-[tool.poetry.dev-dependencies]
-pytest = "^3.0"
-
-[build-system]
-requires = ["poetry>=0.12"]
-build-backend = "poetry.masonry.api"