Steven Loria
77c0b4e657
Update stale Python requirements
9 years ago
Nur Faizin
713cdc5aa0
Add psycopg2 to production requirements
9 years ago
Wagner Augusto Andreoli
88d8ee69b7
Update requirements, pin modules to the latest version, plus two small fixes
9 years ago
Steven Loria
85943e05a6
Update stale requirements
...
Werkzeug, Flask-WTF, WTForms, Flask-Bcrypt, Flask-DebugToolbar
10 years ago
Ben Smithgall
682f4629e6
Fix breaking change from Flask-Migrate
...
Flask-Migrate was recently patched to version 1.3.1 because [alembic versions can now include parts that are not integers](https://github.com/miguelgrinberg/Flask-Migrate/pull/51 ).
Requiring Flask-Migrate 1.3.0 installs a version of alembic that results in the following error message on startup:
`ValueError: invalid literal for int() with base 10: 'post2'`
Changing the requirements to install Flask-Migrate 1.3.1 fixes this problem.
10 years ago
Kevan Ahlquist
302efd0162
Moved DebugToolbar to prod requirements to prevent import error.
10 years ago
Steven Loria
f636880638
Update stale requirements
10 years ago
Christian Stade-Schuldt
23bbed7e41
updated requirements to latest version
10 years ago
sloria
e4fd7b0553
Update stale requirements
10 years ago
sloria
8412376285
Add compat.py and fix Python 3 error
10 years ago
sloria
e14468e8fa
Update dependencies
10 years ago
sloria
d9fdece9e6
Update and pin dependencies
11 years ago
sloria
13f66eab54
Update requirements
11 years ago
Steven Loria
56abfbe31a
Update all requirements
11 years ago
Steven Loria
eeb9476226
Upgrade to Flask-SqlAlchemy 2.0 (dev) and add custom SignallingSession
...
Necessary for tests to work
11 years ago
Steven Loria
7ede47885f
Rename repo_name -> app_name
11 years ago
Steven Loria
82eca9190d
Add Flask-Cache
11 years ago
Steven Loria
64e28cfdaa
Add migrations with Flask-Migrate
11 years ago
Steven Loria
581ce4d981
Flask-Login support
11 years ago
Steven Loria
c4f58ee618
Update prod.txt
11 years ago
Steven Loria
7a0aa255af
Update requirements
11 years ago
Steven Loria
1f9e6b171e
Store password hash and add basic test
...
Adds Flask-Testing and passlib dependencies
11 years ago
Steven Loria
0f142a65e8
Flask-assets support
...
Bundle and minify css and js.
11 years ago
Steven Loria
48a6bd0c99
Add simple manage.py script
11 years ago
Steven Loria
4bd4c7971a
Initial commit
11 years ago