This commit is contained in:
themixray 2021-12-27 20:49:54 +03:00
parent 759912eee4
commit 30719ab6d8
3 changed files with 2 additions and 3 deletions

View file

@ -1,6 +1,6 @@
from setuptools import setup
setup(name='pgw',packages=['pygwin'],version='0.1.0',
setup(name='pgw',packages=['pygwin'],version='0.1.2',
author='themixray',description='A library for creating Python applications.',
license='MIT',install_requires=['cython','pywin32','pygame','inputs','randstr',
'pydub','wxPython','pyautogui','moviepy','pipwin','wave','opencv-python'])