Browse Source

Add a requirements.txt file

Baptiste Jonglez 10 years ago
parent
commit
71b79ef95a
1 changed files with 4 additions and 0 deletions
  1. 4 0
      requirements.txt

+ 4 - 0
requirements.txt

@@ -0,0 +1,4 @@
+Flask==0.10.1
+Flask-Migrate==1.2.0
+Flask-SQLAlchemy==1.0
+netaddr==0.7.12