Skip to content

Commit

Permalink
pin dev requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
icppWorld committed Jul 20, 2024
1 parent 804efab commit 7b61ae4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,13 +161,13 @@
# projects.
extras_require={ # Optional
"dev": [
"black",
"black==23.12.1",
"pylint==2.13.9",
"mypy",
"build",
"twine",
"mkdocs",
"types-requests",
"mypy==1.8.0",
"build==1.0.3",
"twine==4.0.2",
"mkdocs==1.5.3",
"types-requests==2.31.0.10",
],
},
#
Expand Down

0 comments on commit 7b61ae4

Please sign in to comment.