Skip to content

Commit

Permalink
Added requirements without versions
Browse files Browse the repository at this point in the history
  • Loading branch information
perara committed Aug 15, 2022
1 parent fcf1e03 commit 6b60a8f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ classifiers = [
"Programming Language :: Python :: 3",
]
dependencies = [
#"aiohttp==3.8.1",
#"beautifulsoup4==4.11.1",
#"httpx==0.23.0",
#"pydantic==1.9.1",
"beautifulsoup4",
"httpx",
"pydantic",
"importlib-metadata"
]
dynamic = ["version", "readme"]
Expand Down

0 comments on commit 6b60a8f

Please sign in to comment.