This commit is contained in:
Amazed 2023-05-01 15:22:25 +02:00
parent e9b0624963
commit 9a5b3ad6a0
1 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
[options]
install_requires =
httpx
[project]
name = "TestLib"
version = "1.2.3"
# ...
dependencies = [
"httpx"
]