diff --git a/pyproject.toml b/pyproject.toml index 1c94e24..23971b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]