Skip to content

Commit c06fb5c

Browse files
committed
Fix requests dependency
1 parent dec54e7 commit c06fb5c

2 files changed

Lines changed: 173 additions & 3 deletions

File tree

poetry.lock

Lines changed: 170 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ authors = [
1313
]
1414
urls = {homepage = "https://github.com/codesalatdev/python-picnic-api", repository = "https://github.com/codesalatdev/python-picnic-api"}
1515
requires-python = ">=3.11"
16+
dependencies = [
17+
"requests>=2.24.0"
18+
]
1619

17-
[[dependencies]]
18-
requests = "^2.24.0"
1920

2021
[tool.poetry.group.dev.dependencies]
2122
pytest = "^8.3"

0 commit comments

Comments
 (0)