forked from CodingPirates/forenings_medlemmer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
39 lines (36 loc) · 923 Bytes
/
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
[tool.black]
line-length = 88
target-version = ['py37', 'py38']
[tool.coverage.run]
omit = ["*/tests/*", "members/migrations"]
[tool.poetry]
name = "forenings_medlemmer"
version = "1.2"
description = "Forenings system for Coding Pirates"
authors = ["Benjamin Rotendahl <[email protected]>"]
[tool.poetry.dependencies]
python = "^3.8.0"
black = "^22.3"
codecov = "2.1.9"
dj-database-url = "0.5.0"
dj-email-url = "1.0.1"
django = "3.2.15"
django-cors-headers = "3.5.0"
django-crispy-forms = "1.9.2"
django-cron = "0.5.1"
django-extensions = "3.0.5"
environs = "8.0.0"
factory-boy = "3.0.1"
flake8 = "3.8.4"
freezegun = "1.0.0"
graphene_django = "2.13.0"
gunicorn = "20.0.4"
psycopg2 = "2.9.3"
quickpay-api-client = "2.0.1"
sentry-sdk = "0.19.4"
tqdm = "4.53.0"
whitenoise = "5.2.0"
pydotplus = "2.0.2"
selenium = "3.141.0"
django-bootstrap5 = "^2.0.1"
crispy-bootstrap5 = "^0.4"