tommcn / Ottawa-Bus-Tracker

Home Page:https://tommcn.github.io/Ottawa-Bus-Tracker/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add requirements.txt file

EdwardJXLi opened this issue · comments

Add a requirements file for easier development.

@SuperZooper3 doesn't use a virtualenv so runningpip freze wouldn't work. Also, the dependencies are:

  • sqlite3
  • flask
  • werkzeug

It would be also nice to include version numbers

Super is working on a requirements.txt file

We added a requirements file. Closing this issue