Skip to content

Commit

Permalink
fix vk_api dependency changes
Browse files Browse the repository at this point in the history
  • Loading branch information
msramalho committed Jan 23, 2024
1 parent 5b0f034 commit b01dbe6
Show file tree
Hide file tree
Showing 5 changed files with 1,588 additions and 1,101 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ verify_ssl = true
name = "pypi"

[packages]
vk-api = ">=11.9.9"
yt-dlp = ">=2023.2.17"
flake8 = "*"
mypy = ">=0.961"
Expand All @@ -30,6 +29,7 @@ pycryptodomex = ">=3.17"
requests = ">=2.28.2"
urllib3 = ">=1.26.14"
websockets = ">=10.4"
vk-api = {ref = "77b5a0d51a6bbf54d59554332f28a488615fbd6c", git = "git+https://github.com/python273/vk_api.git"}

[dev-packages]
sphinx-copybutton = "==0.5.0"
Expand Down
Loading

0 comments on commit b01dbe6

Please sign in to comment.