Skip to content

Commit

Permalink
wip unused packages and set min version
Browse files Browse the repository at this point in the history
  • Loading branch information
Vokturz committed Mar 1, 2024
1 parent dacd0be commit 2817f97
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
requires = [
"setuptools>=42",
"wheel",
"pydantic"
]


Expand Down
8 changes: 3 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,9 @@ package_dir =
packages = find:
python_requires = >=3.7
install_requires =
requests
aiohttp
asyncio
python-dotenv
pydantic
requests>=2.31.0
python-dotenv>=1.0.0
pydantic>=2.5.2

[options.packages.find]
where = src
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
],
python_requires=">=3.7",
install_requires=[
"requests", "aiohttp", "asyncio", "python-dotenv", "pydantic"
"requests>=2.31.0", "python-dotenv>=1.0.0", "pydantic>=2.5.2"
],
)

0 comments on commit 2817f97

Please sign in to comment.