CodeforNepal / nepalmap_app

An application that maps census and other official data for Nepal to make data more easily accessible and understandable to the public. Want to help us? Check out the Wiki.
https://nepalmap.org
MIT License
64 stars 42 forks source link

Remove requirements.txt copy used by Docker based setup (update the root requirements.txt) #230

Closed suvash closed 6 years ago

suvash commented 6 years ago

When I first set out to docker-ize the project, I used a separate copy of requirements.txt so as to not affect the dependencies already being used, especially given was GDAL was quite a pain to install.

Now that Docker is being used in dev. as well as prod., I think it's time to clean that up, before I forget about it. That and some other tiny fixes.