Skip to content

Commit

Permalink
Quick-fix for click version conflict, build py-requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
olsen232 committed Jul 11, 2023
1 parent 69532d2 commit 8fb2bd6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
certifi
Click~=8.1
click~=8.1.4
msgpack~=0.6.1
pymysql
Pygments
Expand Down
4 changes: 2 additions & 2 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ certifi==2022.12.7
# cryptography
# pygit2
# reflink
click==8.1.3
click==8.1.4
# via -r requirements.in
#cryptography==41.0.0
# via -r vendor-wheels.txt
Expand All @@ -24,7 +24,7 @@ docutils==0.17.1
# rst2txt
#gdal==3.6.3
# via -r vendor-wheels.txt
greenlet==2.0.1 ; os_name != "posix"
greenlet==2.0.1
# via sqlalchemy
jsonschema==4.17.3
# via -r requirements.in
Expand Down

0 comments on commit 8fb2bd6

Please sign in to comment.