Skip to content

Commit

Permalink
build: Add packaging as a requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego committed Aug 12, 2022
1 parent 295d9d8 commit 4530bc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -105,6 +105,7 @@ def find_python_files(base: Path) -> List[Path]:
"dataclasses>=0.6; python_version < '3.7'",
"typing_extensions>=3.10.0.0; python_version < '3.10'",
"mypy_extensions>=0.4.3",
"packaging>=21.0",
],
extras_require={
"d": ["aiohttp>=3.7.4"],
Expand Down

0 comments on commit 4530bc5

Please sign in to comment.