-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpyproject.toml
40 lines (36 loc) · 992 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.poetry]
name = "omogenjudge"
version = "0.1.0"
description = ""
authors = ["Johan Sannemo <jsannemo@jsannemo.se>"]
include = [
"omogenjudge/*",
"omogenjudge/**/*",
]
[tool.poetry.dependencies]
python = "^3.10"
Django = "^4.1"
psycopg2 = "^2.9.3"
problemtools = {git = "https://github.com/kattis/problemtools", branch = "develop"}
plastex = {git = "https://github.com/plastex/plastex.git", branch = "master"}
django-crispy-forms = "^1.14.0"
crispy-bootstrap5 = "^0.6"
uWSGI = "^2.0.20"
build = "^0.8.0"
Jinja2 = "^3.1.2"
Unidecode = "^1.3.4"
toml = "^0.10.2"
mailjet-rest = "^1.3.4"
types-requests = "^2.28.10"
oauthlib = "^3.2.1"
types-oauthlib = "^3.2.0.1"
[tool.poetry.dev-dependencies]
django-stubs = {extras = ["compatible-mypy"], version = "^1.12.0"}
mypy = "^0.931"
django-debug-toolbar = "^3.6.0"
types-toml = "^0.10.8"
[tool.poetry.group.dev.dependencies]
ansible = "^7.0.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"