From 30719ab6d8607a763a606fc3825b3e6900d808a5 Mon Sep 17 00:00:00 2001 From: themixray <35273590+themixray@users.noreply.github.com> Date: Mon, 27 Dec 2021 20:49:54 +0300 Subject: [PATCH] 3 --- pyproject.toml | 1 - setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 725617c..1f0309a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,6 @@ requires = [ "pydub", "pygame", - "pywin32", "requests", "pyautogui", "inputs", diff --git a/setup.cfg b/setup.cfg index 8988111..49538ab 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pgw -version = 0.1.0 +version = 0.1.2 author = themixray author_email = simindeymo@gmail.com description = Python Grapchical Window. diff --git a/setup.py b/setup.py index b8606f7..450f6bf 100644 --- a/setup.py +++ b/setup.py @@ -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'])