forked from dribdat/dribdat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
73 lines (71 loc) · 1.51 KB
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
[tool.poetry]
name = "dribdat"
version = "0.8.5"
description = "Online platform for time-limited collaborative events"
authors = ["Dribdat Contributors <[email protected]>"]
package-mode = false
[tool.poetry.dependencies]
bleach = "^6"
boto3 = "^1.26"
click = "^8"
cssmin = "^0.2"
email-validator = "^1.1.2"
Flask = "^2.2.5"
flask-assets = ">=0.12"
flask-bcrypt = ">=0.7.1"
flask-caching = ">=1.3.3"
flask-cors = ">=4.0.1"
flask-dance = "^6"
flask-hashing = "^1.1"
flask-login = ">=0.4.0"
flask-mailman = "^0.3"
flask-migrate = "^4"
flask-misaka = "^1"
flask-sqlalchemy = ">=2.3.2"
flask-talisman = ">=0.7.0"
flask-wtf = ">=1.0.1"
frictionless = ">=4.19.5,<5"
future = ">=1.0.0"
graphene = "^3.2"
gunicorn = {extras = ["gevent"], version = ">=21.2.0"}
hiredis = "^2.2"
itsdangerous = "^2.1"
jinja2 = "^3.1"
jsmin = "^3.0"
markupsafe = "^2.1"
micawber = "^0.5"
misaka = "^2.1"
psycopg2-binary = "^2.9"
pyquery = "^2.0"
pystache = "^0.6"
python = ">=3.9,<4"
python-dotenv = "^0.21"
pytz = "^2023"
pyyaml = "^6"
redis = "^4.5"
requests = "^2.32"
typer = "^0.11"
sqlalchemy = ">=1.1.14,<2"
SQLAlchemy-Continuum = "^1.3"
urllib3 = "<2"
werkzeug = "^3.0"
whitenoise = "^5.3"
wtforms = "^3.0"
openai = "^1.35.13"
icalendar = "^6.0.1"
[tool.poetry.dev-dependencies]
factory-boy = "*"
flake8 = "*"
flake8-blind-except = "*"
flake8-debugger = "*"
flake8-docstrings = "*"
flake8-isort = "*"
flake8-quotes = "*"
Flask-DebugToolbar = "*"
flask-openapi3 = "^3.1.2"
isort = "*"
pep8-naming = "*"
pyopenssl = "*"
pytest = "*"
WebTest = "*"
coverage = "*"