-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
50 lines (44 loc) · 1.35 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
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "transgenderwachttijd"
version = "0.1.0"
description = "Tracking waiting times for transgender health care in the Netherlands."
authors = ["Danielle Huisman <[email protected]>"]
maintainers = ["Danielle Huisman <[email protected]>"]
license = "MIT"
readme = "README.md"
homepage = "https://github.com/DanielleHuisman/transgenderwachttijd-backend"
repository = "https://github.com/DanielleHuisman/transgenderwachttijd-backend"
keywords = ["transgender", "waiting", "times"]
classifiers = [
"Development Status :: 4 - Beta",
"Environment :: Web Environment",
"Framework :: Django",
"License :: OSI Approved :: MIT License",
"Private :: Do Not Upload",
"Programming Language :: Python",
"Programming Language :: Python :: 3"
]
[tool.poetry.dependencies]
python = "^3.11"
Django = "^4.2.16"
django-cors-headers = "^4.3.0"
django-filter = "^23.3"
django-modeltranslation = "^0.18.11"
django-q = "^1.3.9"
feedparser = "^6.0.10"
gunicorn = "^22.0.0"
requests = "^2.32.0"
pdfreader = "^0.1.12"
mysqlclient = "^2.2.0"
python-dotenv = "^1.0.0"
pytz = "^2023.3.post1"
sentry-sdk = "^2.8.0"
strawberry-graphql = "^0.243.0"
strawberry-graphql-django = "^0.23.0"
beautifulsoup4 = "^4.12.2"
croniter = "^2.0.1"
[tool.poetry.extras]
django-q = ["sentry"]