Skip to content

Commit

Permalink
Updated requirements.txt to reflect setup.py
Browse files Browse the repository at this point in the history
Also fixes a typo (`passlib=1.5.3` is not a valid line)
  • Loading branch information
Manuel Ebert committed Jan 25, 2013
1 parent 68f8127 commit 29af22b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Flask-Login==0.1
Flask-Principal==0.2
Flask-Script==0.3.2
Flask-WTF==0.5.4
passlib=1.5.3
Flask>=0.9
Flask-Login>=0.1.3
Flask-Mail>=0.7.3
Flask-Principal>=0.3.3
Flask-WTF>=0.8
itsdangerous>=0.17
passlib>=1.6.1

0 comments on commit 29af22b

Please sign in to comment.