davteutil dependency removed since it is now included as submodule
This commit is contained in:
parent
b9f826a2d0
commit
e906fc8c3a
@ -4,10 +4,10 @@ See custombot.py for information about Bot class.
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
__author__ = "Davide Testa"
|
__author__ = "Davide Testa"
|
||||||
__email__ = "davte@libero.it"
|
__email__ = "davide@davte.it"
|
||||||
__credits__ = "Marco Origlia"
|
__credits__ = "Marco Origlia"
|
||||||
__license__ = "GNU General Public License v3.0"
|
__license__ = "GNU General Public License v3.0"
|
||||||
__version__ = "1.5.2"
|
__version__ = "1.5.3"
|
||||||
__maintainer__ = "Davide Testa"
|
__maintainer__ = "Davide Testa"
|
||||||
__contact__ = "t.me/davte"
|
__contact__ = "t.me/davte"
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ davtelepot.admin_tools.init(my_bot)
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
# Third party modules
|
# Third party modules
|
||||||
from davteutil.utilities import (
|
from davtelepot.utilities import (
|
||||||
async_wrapper, Confirmator, get_cleaned_text, get_user, escape_html_chars,
|
async_wrapper, Confirmator, get_cleaned_text, get_user, escape_html_chars,
|
||||||
extract, line_drawing_unordered_list, make_button, make_inline_keyboard,
|
extract, line_drawing_unordered_list, make_button, make_inline_keyboard,
|
||||||
remove_html_tags
|
remove_html_tags
|
||||||
|
@ -23,13 +23,15 @@ import os
|
|||||||
|
|
||||||
# Third party modules
|
# Third party modules
|
||||||
import dataset
|
import dataset
|
||||||
from davteutil.utilities import (
|
import telepot
|
||||||
|
import telepot.aio
|
||||||
|
|
||||||
|
# Project modules
|
||||||
|
from davtelepot.utilities import (
|
||||||
get_secure_key, Gettable, escape_html_chars, extract,
|
get_secure_key, Gettable, escape_html_chars, extract,
|
||||||
line_drawing_unordered_list, make_lines_of_buttons, markdown_check, MyOD,
|
line_drawing_unordered_list, make_lines_of_buttons, markdown_check, MyOD,
|
||||||
pick_most_similar_from_list, remove_html_tags, sleep_until
|
pick_most_similar_from_list, remove_html_tags, sleep_until
|
||||||
)
|
)
|
||||||
import telepot
|
|
||||||
import telepot.aio
|
|
||||||
|
|
||||||
|
|
||||||
def split_text_gracefully(text, limit, parse_mode):
|
def split_text_gracefully(text, limit, parse_mode):
|
||||||
|
@ -9,7 +9,6 @@ certifi==2018.10.15
|
|||||||
chardet==3.0.4
|
chardet==3.0.4
|
||||||
cycler==0.10.0
|
cycler==0.10.0
|
||||||
dataset==1.1.0
|
dataset==1.1.0
|
||||||
davteutil
|
|
||||||
idna==2.7
|
idna==2.7
|
||||||
idna-ssl==1.1.0
|
idna-ssl==1.1.0
|
||||||
kiwisolver==1.0.1
|
kiwisolver==1.0.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user