Skip to content

Commit

Permalink
update requirements.txt
Browse files Browse the repository at this point in the history
Signed-off-by: pengzhile <[email protected]>
  • Loading branch information
pengzhile committed May 30, 2023
1 parent 4345493 commit 3b60382
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ requests[socks]~=2.28.2
rich~=13.3.2
appdirs~=1.4.4
werkzeug~=2.2.3
flask~=2.2.3
flask[async]~=2.2.3
flask-cors~=3.0.10
waitress~=2.1.2
loguru~=0.6.0
Expand Down
2 changes: 1 addition & 1 deletion src/pandora/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-

__version__ = '1.1.9'
__version__ = '1.1.10'

0 comments on commit 3b60382

Please sign in to comment.