Files
twitterboard/requirements.txt
Julien Lengrand-Lambert 3e37007cb1 Adds flask to the list of requirements.
It was missing for some reason.

add_hashtag is now wokring in flask_app.
It will later have to be changed though, as the current version is evrything but RESTful.

Next step is to display a list of currently tracked hashtag in the application.
2013-02-17 17:41:31 +01:00

8 lines
168 B
Plaintext

MySQL-python>=1.2.4
Jinja2>=2.6
argparse>=1.2.1
ipython>=0.13.1
tweepy>=1.12
wsgiref>=0.1.2
SQLAlchemy>=0.8.0b2 # that can also be filled through Flask.SQLalchemy
flask