forked from TyVik/geopuzzle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
48 lines (45 loc) · 1018 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
41
42
43
44
45
46
47
48
[tool.poetry]
name = "geopuzzle"
version = "0.1.0"
description = ""
authors = ["TyVik <[email protected]>"]
license = "MIT"
[tool.poetry.dependencies]
python = "^3.8"
apidev-django-floppyforms = "*"
boto3 = "*"
channels = "*"
channels-redis = "*"
daphne = "*"
django = "^2.2"
django-admin-autocomplete-filter = "~0.6"
django-admirarchy = "*"
django-dotenv = "*"
django-enumfield = "*"
django-filter = "*"
django-json-widget = "*"
django-redis = "*"
django-redis-sessions = "*"
django-settings-export = "*"
django-storages = "*"
psycopg2-binary = "~2.8" # https://github.com/psycopg/psycopg2/issues/1293
pillow = "*"
requests = "*"
sentry-sdk = "*"
social-auth-app-django = "*"
sorl-thumbnail = "*"
sparqlwrapper = "*"
tqdm = "*"
aiohttp = "^3.8.1" # for sentry-sdk
[tool.poetry.dev-dependencies]
codecov = "*"
django-extensions = "*"
django-stubs = "*"
factory-boy = "^3.2"
gprof2dot = "*"
mypy = "*"
pylint = "*"
pylint-django = "*"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"