forked from gbtami/pychess-variants
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
50 lines (47 loc) · 1.07 KB
/
pyproject.toml
File metadata and controls
50 lines (47 loc) · 1.07 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
[project]
name = "pychess-variants"
version = "0.1.0"
description = "Chess variants server"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"aiohttp==3.13.5",
"aiohttp-cors==0.8.1",
"aiohttp-jinja2==1.6",
"aiohttp-session==2.12.1",
"aiohttp-sse==2.2.0",
"brotli==1.2.0",
"cryptography==46.0.7",
"discord-py==2.7.1",
"dnspython==2.8.0",
"jinja2==3.1.6",
"minify-html==0.18.1",
"pyffish==0.0.88",
"pyffish-alice==0.0.2",
"py4swiss==0.3.1",
"pymongo==4.16.0",
"pyopenssl==26.0.0",
"python-gettext==5.0",
"rustworkx==0.17.1",
"sortedcollections==2.1.0",
"tenacity==9.1.4",
"tzdata==2026.1",
]
[project.optional-dependencies]
dev = [
"mongomock-motor==0.0.36",
"motor==3.7.1",
"objgraph==3.6.2",
"playwright==1.58.0",
"pre-commit>=4.5.1",
"pytest<10.0.0",
"pytest-aiohttp==1.1.0",
"pyright==1.1.408",
"ruff==0.15.10",
"tqdm>=4.67.3",
]
[tool.ruff]
line-length = 100
target-version = "py312"
[tool.setuptools]
packages = [] # Disable package discovery