Skip to content

Commit

Permalink
Merge pull request #268 from gurock/fix/pyserde-dependency
Browse files Browse the repository at this point in the history
Fix pyserde dependency
  • Loading branch information
acuanico-tr-galt authored Sep 2, 2024
2 parents a50950d + 2882010 commit 70c4574
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
],
include_package_data=True,
install_requires=[
"click==8.1.*",
"click==8.0.3",
"pyyaml>=6.0.0,<7.0.0",
"junitparser>=3.1.0,<4.0.0",
"pyserde>=0.12.0,<1.0.0",
"pyserde==0.12.*",
"requests>=2.31.0,<3.0.0",
"tqdm>=4.65.0,<5.0.0",
"humanfriendly>=10.0.0,<11.0.0",
Expand Down

0 comments on commit 70c4574

Please sign in to comment.