Skip to content

Commit

Permalink
Updated the setup.py (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
OmAximani0 authored Sep 14, 2023
1 parent 52767cf commit 3b598b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ def get_version():
},
cmdclass={"test": PyTest},
tests_require=[
"doc8==0.8.1",
"pytest==6.2.2",
"pytest-cov==2.11.1",
"requests-mock==1.8.0",
"doc8==1.1.1",
"pytest==7.4.1",
"pytest-cov==4.1.0",
"requests-mock==1.11.0",
"types-six",
"types-requests",
],
Expand Down

0 comments on commit 3b598b9

Please sign in to comment.