Skip to content

Commit

Permalink
Fix the zipp env marker location in constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Sep 20, 2022
1 parent 88cd2bd commit 2fe6588
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -267,8 +267,8 @@ yarl==1.8.1; python_version >= "3.7"
# via -r requirements/base.txt
yarl==1.7.2; python_version < "3.7"
# via -r requirements/base.txt
zipp==3.8.1
# via importlib-metadata; python_version >= "3.7"
zipp==3.8.1; python_version >= "3.7"
# via importlib-metadata
zipp==3.4.1; python_version < "3.7"
# via importlib-metadata

Expand Down

0 comments on commit 2fe6588

Please sign in to comment.