Nur Faizin
713cdc5aa0
Add psycopg2 to production requirements
9 years ago
Wagner Augusto Andreoli
8230fa17d5
Remove pylint from project, remove ipdb and ipython from requirements
9 years ago
Wagner Augusto Andreoli
e27fa10e15
Add an option to use pylint after flake8, change code to conform to pylint rules
9 years ago
Wagner Augusto Andreoli
720ead02d3
Add flake8, isort and ipython to the dev requirements file
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
338ef8b280
Correctly initialize debug toolbar
11 years ago
Steven Loria
56abfbe31a
Update all requirements
11 years ago
Steven Loria
c6a49db3c2
Update requirements and remove unused tests/base.py
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