add simple-request example
This commit is contained in:
11
python/simple-requests/pyproject.toml
Normal file
11
python/simple-requests/pyproject.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[project]
|
||||
name = "simple-requests"
|
||||
version = "1.0.0"
|
||||
description = "Make requests with dynamic retries"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"argparse>=1.4.0",
|
||||
"logging>=0.4.9.6",
|
||||
"requests>=2.32.5",
|
||||
]
|
||||
Reference in New Issue
Block a user