-
Notifications
You must be signed in to change notification settings - Fork 88
Expand file tree
/
Copy pathpyproject.toml
More file actions
44 lines (39 loc) · 1.01 KB
/
Copy pathpyproject.toml
File metadata and controls
44 lines (39 loc) · 1.01 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
[project]
authors = []
name = "autopcr"
requires-python = ">=3.10,<3.11"
version = "0.1.0"
dependencies = [
"aiohttp>=3.8.4,<4",
"msgpack>=1.0.2,<2",
"pycryptodome>=3.14.1,<4",
"requests>=2.27.1,<3",
"quart>=0.19.1,<0.20",
"pydantic>=1.10.1,<2",
"jinja2>=3.1.3,<4",
"markupsafe>=2.1.5,<3",
"unitypy>=1.10.1,<1.11",
"sqlalchemy>=2.0.17,<3",
"pillow>=9.5.0,<10",
"brotli>=1.0.9,<2",
"quart-rate-limiter>=0.9.0,<0.10",
"quart-auth>=0.9.1,<0.10",
"quart-compress>=0.2.1,<0.3",
"dataclasses-json>=0.6.4,<0.7",
"pulp>=2.8.0,<3",
"gtlv>=0.1.2,<0.2"
]
[build-system]
build-backend = "hatchling.build"
requires = ["hatchling"]
[tool.pixi.workspace]
channels = ["conda-forge"]
platforms = ["linux-64", "win-64"]
[tool.pixi.tasks]
download_web = { cmd = "python3 _download_web.py" }
server = { cmd = "python3 _httpserver_test.py" }
[tool.pixi.dependencies]
python = "3.10.*"
pixi-pycharm = ">=0.0.8,<0.0.9"
[tool.pixi.host-dependencies]
pkg-config = ">=0.29.2,<0.30"