Skip to content

Commit

Permalink
fixed requirements issue with python3.10+
Browse files Browse the repository at this point in the history
  • Loading branch information
Shashank Barthwal committed Dec 17, 2022
1 parent b722d90 commit 5ef9ce4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
certifi>=2021.5.30
charset-normalizer>=2.0.8
click~=8.1.0
click>=8.1.0
idna>=3.1
requests~=2.27.0
requests>=2.27.0

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import pathlib

HERE = pathlib.Path(__file__).parent
VERSION = "1.0.13"
VERSION = "1.0.14"
PACKAGE_NAME = "bevigil-cli"
AUTHOR = "Bevigil"
AUTHOR_EMAIL = "bevigil@cloudsek.com"
Expand Down

0 comments on commit 5ef9ce4

Please sign in to comment.