diff options
| author | Teddy Wing | 2015-01-26 00:11:51 -0500 | 
|---|---|---|
| committer | Teddy Wing | 2015-01-26 00:11:51 -0500 | 
| commit | 7948883035b7f256ff5b3a1884269a419247670d (patch) | |
| tree | 3a5708e95139052c07adbaaff8c8bbcbf42e5a26 | |
| parent | 378c283b1354ebd7f797f98073a5483353603a6e (diff) | |
| download | edu-net-7948883035b7f256ff5b3a1884269a419247670d.tar.bz2 | |
requirements.txt: Add 'flask-user'
Let it do the work of user and session management for us.
| -rw-r--r-- | requirements.txt | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/requirements.txt b/requirements.txt index 451ff90..476f97a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@  Flask==0.10.1  Flask-SQLAlchemy==2.0 +flask-user==0.6.1 | 
