-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
32 lines (26 loc) · 876 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
[tool.poetry]
name = "reactpy-django-example"
version = "0.1.0"
description = ""
authors = ["Steve Jones <[email protected]>"]
[tool.poetry.dependencies]
python = "^3.11.4"
django = "^5.0.6"
django-unfold = "^0.25.0"
reactpy-router = {url = " https://raw.githubusercontent.com/stevej2608/reactpy-router/v0.1.3/dist/reactpy_router-0.1.3-py2.py3-none-any.whl"}
reactpy-django = "^3.8.1"
channels = {extras = ["daphne"], version = "^4.1.0"}
convert2reactpy = {version = "^0.0.6", source = "pypicloud"}
reactpy-forms = "0.0.6"
pydantic = "^2.7.3"
[tool.poetry.dev-dependencies]
pylint-django = "^2.5.5"
[[tool.poetry.source]]
name = "pypicloud"
url = "http://debian-server:6543/simple/"
priority = "supplemental"
[tool.poetry.group.dev.dependencies]
pytest-playwright = "^0.5.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"