-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
48 lines (44 loc) · 1.08 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
[tool.poetry]
name = "oebl-irs-devops"
version = "0.1.22"
description = "OEBL irs project for auto devops"
authors = ["Matthias Schlögl <[email protected]>"]
license = "MIT"
[tool.poetry.dependencies]
python = "~3.8"
requests = "^2.25.0"
sentry-sdk = "^0.19.5"
celery = "~5.2"
SPARQLWrapper = "^1.8.5"
unicodecsv = "^0.14.1"
django-model-utils = "^4.1.1"
django-summernote = "^0.8.11"
djangorestframework-jsonschema = "^0.1.1"
dj-database-url = "^0.5.0"
gunicorn = "^20.0.4"
psycopg2 = "^2.8.6"
acdh-django-charts = "^0.5.3"
#pandas = "0.25.3"
django-allow-cidr = "^0.3.1"
apis-core = "==0.17.20"
django-celery-results = "^2.0.1"
supervisor = "^4.2.1"
whitenoise = "^5.3.0"
django-csp = "^3.7"
djoser = "^2.1.0"
django-extensions = "^3.1.5"
aiohttp = "3.8.1"
numpy = "1.23.5"
black = "20.8b1"
pyparsing = "3.0.9"
djangorestframework = "~3.12"
[tool.poetry.dev-dependencies]
black = "^20.8b1"
django-extensions = "^3.1.0"
pylint = "^2.6.0"
ipython = "^8.1.1"
jupyter = "^1.0.0"
pylint-django = "^2.5.3"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"