reverting library dependencies

This commit is contained in:
msramalho
2024-01-23 18:09:56 +00:00
parent 95d249f5d0
commit 73f17407c0
2 changed files with 11 additions and 6 deletions

View File

@@ -29,7 +29,8 @@ 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"}
# vk-api = {ref = "77b5a0d51a6bbf54d59554332f28a488615fbd6c", git = "git+https://github.com/python273/vk_api.git"}
vk-api = "*"
[dev-packages]
sphinx-copybutton = "==0.5.0"