Skip to content

Commit

Permalink
fixing issues with upstream vk api
Browse files Browse the repository at this point in the history
  • Loading branch information
msramalho committed Jul 16, 2024
1 parent 73f1740 commit b2d4624
Show file tree
Hide file tree
Showing 5 changed files with 1,110 additions and 1,303 deletions.
3 changes: 2 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ requests = ">=2.28.2"
urllib3 = ">=1.26.14"
websockets = ">=10.4"
# vk-api = {ref = "77b5a0d51a6bbf54d59554332f28a488615fbd6c", git = "git+https://github.com/python273/vk_api.git"}
vk-api = "*"
# vk-api = "*"
vk-api = {ref = "b99dac0ec2f832a6c4b20bde49869e7229ce4742", git = "git+https://github.com/python273/vk_api.git"}

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

0 comments on commit b2d4624

Please sign in to comment.