metakgp / gyft

Get Your Freaking Timetable
https://gyft.metakgp.org
MIT License
56 stars 58 forks source link

Add the requirements.txt file to make pip installation easier #7

Closed icyflame closed 8 years ago

icyflame commented 8 years ago

@nishnik I couldn't track down the dependency apiclient. I used apiclient==1.0.2 from here but it says that apiclient.discovery (which you have imported) doesn't exist. Any ideas?

icyflame commented 8 years ago

Okay, that dependency was: https://pypi.python.org/pypi/google-api-python-client

Still problems with the gyft.py dependencies. Please fix this as soon as you can. My work till now is here: https://github.com/icyflame/gyft/blob/add-requirments/requirements.txt

icyflame commented 8 years ago

Solved in #9 .