theAbdoSabbagh / UnlimitedGPT

An unofficial Python wrapper for OpenAI's ChatGPT API
https://pypi.org/project/UnlimitedGPT/
GNU General Public License v3.0
346 stars 43 forks source link

fix: Added pyvirtualdisplay package in the requirements.txt file. #21

Closed GabrielKuka closed 1 year ago

GabrielKuka commented 1 year ago

UnlimitedGPT.py tries to import the pyvirtualdisplay modules but the package itself is not included in the requirements.txt file. Also added package version for markdownify.

theAbdoSabbagh commented 1 year ago

Thanks for the PR, but from now on I will only be accepting PRs that have some actual effort in them and bring worthy changes, and not just changing a couple lines.