Skip to content

Commit

Permalink
Merge pull request #260 from gurock/fix/update-dependencies-management
Browse files Browse the repository at this point in the history
Fix/update dependencies management
  • Loading branch information
acuanico-tr-galt committed Aug 30, 2024
2 parents 7914b8b + 0ab27c5 commit 2ac1504
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
include_package_data=True,
install_requires=[
"click==8.1.*",
"pyyaml==6.0.*",
"junitparser==3.1.*",
"pyserde==0.12.*",
"pyyaml>=6.0.0,<7.0.0",
"junitparser>=3.1.0,<4.0.0",
"pyserde>=0.12.0,<1.0.0",
"requests>=2.31.0,<3.0.0",
"tqdm==4.65.*",
"humanfriendly==10.0.*",
"openapi-spec-validator==0.5.*",
"beartype==0.17.*",
"tqdm>=4.65.0,<5.0.0",
"humanfriendly>=10.0.0,<11.0.0",
"openapi-spec-validator>=0.5.0,<1.0.0",
"beartype>=0.17.0,<1.0.0",
"prance" # Does not use semantic versioning
],
entry_points="""
Expand Down

0 comments on commit 2ac1504

Please sign in to comment.