forked from nextcloud/appstore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
48 lines (45 loc) · 1.01 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 = "nextcloudappstore/"
version = "1.0.0"
description = "App store for Nextcloud apps"
authors = ["Morris Jobke <[email protected]>"]
[tool.poetry.dependencies]
python = "^3.6"
Django = "~3.2"
django-braces = "~1.13"
djangorestframework-camel-case = "^1.3.0"
django-parler-rest = "^2.1"
django-parler = "^2.3"
django-allauth = "^0.47.0"
lxml = "^4.7.1"
requests = "^2.27.0"
django-cors-middleware = "^1.5.0"
django-csp = "^3.7"
pyOpenSSL = "^23.0.0"
Markdown = "^3.3.6"
bleach = "^4.1.0"
pymple = "^0.1.3"
semantic-version = "^2.8.5"
pem = "^21.2.0"
django-simple-captcha = "^0.5.14"
uWSGI = "^2.0.20"
newrelic = "^7.2.4"
psycopg2 = "^2.9.3"
[tool.poetry.dev-dependencies]
pytest = "*"
pytest-cov = "*"
pytest-django = "*"
responses = "*"
django_compressor = "^2.4"
pycodestyle = "*"
mypy = "*"
bandit = "*"
django-debug-toolbar = "*"
coverage = "*"
selenium = ""
coveralls = "*"
types-requests = "^2.26.3"
types-pyOpenSSL = "^23.0.0"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"