pybites / challenges

PyBites Code Challenges
https://codechalleng.es/challenges/
693 stars 2.29k forks source link

Challenge 04 requirements.txt fixed #653

Closed gioragutt closed 3 years ago

gioragutt commented 4 years ago

Changes to:

Filename Reason
04/requirements.txt based on https://github.com/tweepy/tweepy/issues/1017, tweepy version 3.5.0 has compatibility issues with python 3.7. They've fixed it in newer versions

Also, the _juliansequeira handle that is one of the three in the examples does not exist anymore πŸ™Š

Metadata that you asked for (πŸ€·πŸ»β€β™‚οΈ):

Question Answer
Difficulty level (1-10) 3
Estimated time spent (hours) 2
Completed (yes/no) yes
I stretched my coding skills (if yes what did you learn?) yes, using namedtuple, csv, venv, requirements.txt, using tweepy, improved my typing module knowledge (came from typescript, must type EVERYTHING!), and some more things
Other feedback (what can we improve?) I think it's really nice honestly. Maybe if the README.md of every challenge would contain the challenge instructions and not only a link to them, that might be nice

This change is Reviewable