diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2013-10-23 14:55:15 +0300 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2013-10-23 14:55:15 +0300 |
| commit | eee2539af99618ac335169276ea10c9adcc4367e (patch) | |
| tree | 9fa679a5b576d284b9329779859d44fc328a71b8 /requirements.txt | |
| parent | f76c54873332a7a0754d7e5aa7349d65a496e356 (diff) | |
Add database boilerplate
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 7d944d5..119e48c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,11 @@ Flask==0.10.1 Flask-RESTful==0.2.5 +Flask-SQLAlchemy==1.0 Jinja2==2.7.1 MarkupSafe==0.18 +SQLAlchemy==0.8.2 Werkzeug==0.9.4 gunicorn==18.0 itsdangerous==0.23 +psycopg2==2.5.1 wsgiref==0.1.2 |
