Skip to content

Commit

Permalink
setup.pyにも書かないといけないの忘れてた
Browse files Browse the repository at this point in the history
  • Loading branch information
ekkx committed Nov 24, 2023
1 parent 77fe7fa commit dcdc347
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
Binary file modified requirements.txt
Binary file not shown.
9 changes: 5 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@
]

install_requires = [
"httpx>=0.17.1",
"Pillow>=9.3.0",
"cryptography>=41.0.1",
"websocket-client>=1.6.0",
"httpx[http2,socks]==0.17.1",
"Pillow==9.3.0",
"cryptography==41.0.1",
"websocket-client==1.6.0",
"PyJWT==2.8.0",
]

classifiers = [
Expand Down
2 changes: 1 addition & 1 deletion yaylib/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@


class Configs:
YAYLIB_VERSION = "1.3.2"
YAYLIB_VERSION = "1.3.4"
YAY_API_VERSION = "3.29"
YAY_VERSION_NAME = "3.29.0"
YAY_API_VERSION_KEY = "6fa97fc2c3d04955bb8320f2d080593a"
Expand Down

0 comments on commit dcdc347

Please sign in to comment.