This commit is contained in:
2022-09-05 01:40:25 +03:00
parent 5d96b76541
commit f573d36d42
2 changed files with 3 additions and 19 deletions

View File

@@ -1,7 +1,6 @@
disnake[audio]~=2.5.2
setuptools==65.3.0
psutil~=5.9.1
psutil==5.9.2
pymediainfo~=5.1.0
pyNaCl~=1.5.0
python-dotenv~=0.20.0
ffmpeg
python-dotenv==0.21.0
ffmpeg-python~=0.2.0

View File

@@ -1,15 +0,0 @@
from setuptools import setup
import __init__
setup(
name='fun and admin bot',
version=__init__.__version__,
packages=['lib'],
url='',
platforms='POSIX',
license='',
author='riksl',
author_email='',
description='',
requires=[]
)