mirror of
https://github.com/boticord/boticordpy.git
synced 2024-11-11 19:07:29 +03:00
update version, delete requirements
This commit is contained in:
parent
18f644c6d4
commit
e781091f03
2 changed files with 1 additions and 3 deletions
|
@ -10,7 +10,7 @@ __title__ = 'boticordpy'
|
|||
__author__ = 'Marakarka'
|
||||
__license__ = 'MIT'
|
||||
__copyright__ = 'Copyright 2022 Marakarka'
|
||||
__version__ = '2.0.1'
|
||||
__version__ = '2.0.2'
|
||||
|
||||
from .client import BoticordClient
|
||||
from .webhook import Webhook
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
aiohttp~=3.7.4
|
||||
setuptools==58.2.0
|
Loading…
Reference in a new issue