diff options
author | Michaël Ball <michael.ball@gmail.com> | 2016-01-30 10:52:56 +0000 |
---|---|---|
committer | Michaël Ball <michael.ball@gmail.com> | 2016-01-30 10:52:56 +0000 |
commit | 3b3d462ef422036950a8664fa188b8df7dd2b4db (patch) | |
tree | 32360da51e9603db03441a859f5453a40e9feb93 /requirements.txt | |
parent | 0afbc40a9fa04746c40f27bfffef6ba4ed462d11 (diff) |
Add project requirements
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..1433b04 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,6 @@ +Flask==0.10.1 +Flask-Compress==1.3.0 +Flask-Login==0.3.2 +gevent==1.1rc3 +mutagen==1.31 +passlib==1.6.5
\ No newline at end of file |