-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
40 lines (37 loc) · 918 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
40
[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 = "19.10b0"
codecov = "2.0.15"
dj-database-url = "0.5.0"
dj-email-url = "0.2.0"
django = "2.2.9"
django-bootstrap4 = "1.1.1"
django-cors-headers = "3.2.1"
django-crispy-forms = "1.8.1"
django-cron = "0.5.1"
django-extensions = "2.2.6"
django-flat-responsive = "2.0"
django-fontawesome = "1.0"
environs = "7.1.0"
factory-boy = "2.12.0"
flake8 = "3.7.9"
freezegun = "0.3.13"
graphene_django = "2.8.0"
gunicorn = "20.0.4"
psycopg2 = "2.8.4"
quickpay-api-client = "1.0.1"
sentry-sdk = "0.14.0"
tqdm = "4.41.1"
whitenoise = "5.0.1"
pydotplus = "2.0.2"
selenium = "^3.141.0"