forked from Lichess4545/heltour
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
51 lines (46 loc) · 1.38 KB
/
pyproject.toml
File metadata and controls
51 lines (46 loc) · 1.38 KB
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
49
50
51
[tool.poetry]
name = "heltour"
version = "1.0.1"
description = "A [hel]per for [tour]naments. Intended to run swiss based tournaments, but is actually the source for the lichess4545.com leagues."
authors = ["Lakin Wecker <lakin@structuredabstraction.com>"]
license = "MIT"
[tool.poetry.dependencies]
python = "^3.9"
django = "==4.2.*"
django-reversion = "==5.0.*"
fabric3 = "==1.14.post1"
psycopg2-binary = "==2.9.9"
django-debug-toolbar = "==4.2.0"
#requests[security] = "==2.22.0"
responses = "==0.25.7"
django-bootstrap3 = "==23.*"
gspread = "==0.4.1"
oauth2client = "==2.2.0"
django-ckeditor = "==6.7.0"
django-cacheops = "==7.0.*"
django-contrib-comments = "==2.2.0"
django-redis = "==5.4.0"
django-static-precompiler = "==2.4"
django-impersonate = "==1.9.1"
django-ipware = "==6.0.0"
redis = "==5.0.1"
websocket-client = "==1.6.4"
celery = "==5.3.6"
icalendar = "==5.0.11"
pillow = "==10.3.0"
pyfcm = "==1.3.1"
letsencrypt = "*"
baste = { git = "https://bitbucket.org/strabs/baste.git", branch="release-2.2" }
requests = {extras = ["security"], version = "^2.32.4"}
django-stubs = "4.2.6"
django-stubs-ext = "4.2.5"
patchwork = "1.0.1"
more-itertools = "^10.7.0"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.mypy]
plugins = ["mypy_django_plugin.main"]
[tool.django-stubs]
django_settings_module = "heltour.settings"