-
Couldn't load subscription status.
- Fork 201
Fixed typos in requirements.txt and upgraded vulnerable packages #16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Hi @audiovideoron Thanks for sending this in. It looks like you're doing things right w.r.t. github. However, I'm not going to accept it since it makes changes that aren't meaningful for the project. The .idea files should probably just be excluded from the repo and more importantly:
pip install typing-extensions
is the same as
pip install typing_extensions
Just when using them in python you must use the _ over -. Thank you.
Ah I see @audiovideoron This turns out to be a bug in PyCharm. I just submitted it to them here:
They are usually pretty quick to jump on these. Fingers crossed.
Michael,
I'm a new programmer and am not sure if I'm doing the git/github pull request properly. Anyway, I found two typos in the requirements.txt that cause requirements to remain unfulfilled after 'pip install -r requirements.txt' and and I updated a couple versions for vulnerabilities. Let me know if you have questions or concerns.
Thank you,
Ron Parker