deivit24 / python-steam-api

MIT License
25 stars 11 forks source link

Remove unused dependencies #25

Closed mscheltienne closed 3 months ago

mscheltienne commented 3 months ago

Both charset-normalizer and python-decouple are not used through the codebase. I'm guessing they match utilities that you use; but as far as this project is concerned they are not hard requirement and should not be automatically installed.

Feel free to disagree and close this PR.

deivit24 commented 3 months ago

yes that is correct. charset-normalizer I believe may have been there on accident. environment issue. python-decouple I use specifically to use .env files for environment variables. I think the the readme references it. I will merge this and update the readme!