Daniel Kantor
commited on
Commit
·
3db76dd
1
Parent(s):
2fe46d1
add poetry export plugin
Browse files- pyproject.toml +3 -0
- requirements.txt +2 -2
pyproject.toml
CHANGED
@@ -45,3 +45,6 @@ isort = "^6.0.0"
|
|
45 |
[build-system]
|
46 |
requires = ["poetry-core"]
|
47 |
build-backend = "poetry.core.masonry.api"
|
|
|
|
|
|
|
|
45 |
[build-system]
|
46 |
requires = ["poetry-core"]
|
47 |
build-backend = "poetry.core.masonry.api"
|
48 |
+
|
49 |
+
[tool.poetry.requires-plugins]
|
50 |
+
poetry-plugin-export = ">=1.8"
|
requirements.txt
CHANGED
@@ -98,7 +98,7 @@ anyio==4.8.0 ; python_version >= "3.10" and python_version < "4.0" \
|
|
98 |
apscheduler==3.11.0 ; python_version >= "3.10" and python_version < "4.0" \
|
99 |
--hash=sha256:4c622d250b0955a65d5d0eb91c33e6d43fd879834bf541e0a18661ae60460133 \
|
100 |
--hash=sha256:fc134ca32e50f5eadcc4938e3a4545ab19131435e851abb40b34d63d5141c6da
|
101 |
-
async-timeout==5.0.1 ; python_version
|
102 |
--hash=sha256:39e3809566ff85354557ec2398b55e096c8364bacac9405a7a1fa429e77fe76c \
|
103 |
--hash=sha256:d9321a7a3d5a6a5e187e824d2fa0793ce379a202935782d555d6e9d2735677d3
|
104 |
attrs==25.1.0 ; python_version >= "3.10" and python_version < "4.0" \
|
@@ -407,7 +407,7 @@ datasets==3.3.2 ; python_version >= "3.10" and python_version < "4.0" \
|
|
407 |
dill==0.3.8 ; python_version >= "3.10" and python_version < "4.0" \
|
408 |
--hash=sha256:3ebe3c479ad625c4553aca177444d89b486b1d84982eeacded644afc0cf797ca \
|
409 |
--hash=sha256:c36ca9ffb54365bdd2f8eb3eff7d2a21237f8452b57ace88b1ac615b7e815bd7
|
410 |
-
exceptiongroup==1.2.2 ; python_version
|
411 |
--hash=sha256:3111b9d131c238bec2f8f516e123e14ba243563fb135d3fe885990585aa7795b \
|
412 |
--hash=sha256:47c2edf7c6738fafb49fd34290706d1a1a2f4d1c6df275526b62cbb4aa5393cc
|
413 |
fastapi==0.115.8 ; python_version >= "3.10" and python_version < "4.0" \
|
|
|
98 |
apscheduler==3.11.0 ; python_version >= "3.10" and python_version < "4.0" \
|
99 |
--hash=sha256:4c622d250b0955a65d5d0eb91c33e6d43fd879834bf541e0a18661ae60460133 \
|
100 |
--hash=sha256:fc134ca32e50f5eadcc4938e3a4545ab19131435e851abb40b34d63d5141c6da
|
101 |
+
async-timeout==5.0.1 ; python_version == "3.10" \
|
102 |
--hash=sha256:39e3809566ff85354557ec2398b55e096c8364bacac9405a7a1fa429e77fe76c \
|
103 |
--hash=sha256:d9321a7a3d5a6a5e187e824d2fa0793ce379a202935782d555d6e9d2735677d3
|
104 |
attrs==25.1.0 ; python_version >= "3.10" and python_version < "4.0" \
|
|
|
407 |
dill==0.3.8 ; python_version >= "3.10" and python_version < "4.0" \
|
408 |
--hash=sha256:3ebe3c479ad625c4553aca177444d89b486b1d84982eeacded644afc0cf797ca \
|
409 |
--hash=sha256:c36ca9ffb54365bdd2f8eb3eff7d2a21237f8452b57ace88b1ac615b7e815bd7
|
410 |
+
exceptiongroup==1.2.2 ; python_version == "3.10" \
|
411 |
--hash=sha256:3111b9d131c238bec2f8f516e123e14ba243563fb135d3fe885990585aa7795b \
|
412 |
--hash=sha256:47c2edf7c6738fafb49fd34290706d1a1a2f4d1c6df275526b62cbb4aa5393cc
|
413 |
fastapi==0.115.8 ; python_version >= "3.10" and python_version < "4.0" \
|