Skip to content

Commit

Permalink
Использование форка vk_api в качестве подмодуля
Browse files Browse the repository at this point in the history
  • Loading branch information
qwertyadrian committed Dec 29, 2023
1 parent 8ffffd0 commit 75b5a4f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "vk_api"]
path = vk_api
url = https://github.com/qwertyadrian/vk_api
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
vk_api @ git+https://github.com/python273/vk_api@master
pyrogram==2.0.106
tgcrypto
loguru==0.7.2
Expand Down
8 changes: 6 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
import re
from setuptools import setup, find_packages
from setuptools import setup


with open("requirements.txt", encoding="utf-8") as r:
Expand Down Expand Up @@ -30,7 +30,11 @@
license="MIT License",
platforms=["OS Independent"],

packages=find_packages(),
package_dir={
"TG_AutoPoster": "TG_AutoPoster",
"vk_api": "vk_api/vk_api",
"jconfig": "vk_api/jconfig",
},
install_requires=requires,

classifiers=[
Expand Down
1 change: 1 addition & 0 deletions vk_api
Submodule vk_api added at 77b5a0

0 comments on commit 75b5a4f

Please sign in to comment.