Skip to content

Commit

Permalink
move requests package to correct section
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan6419846 authored Mar 22, 2024
1 parent a683d52 commit b684ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
"joblib",
"fontTools[woff]",
"pip-licenses-lib",
"requests",
],
extras_require={
"dev": [
"flake8",
"flake8-bugbear",
"pep8-naming",
"mypy",
"requests",
"types-requests",
"importlib_resources; python_version<'3.9'",
],
Expand Down

0 comments on commit b684ad8

Please sign in to comment.