diff options
author | prathamesh | 2014-12-03 17:52:45 +0530 |
---|---|---|
committer | prathamesh | 2014-12-03 17:52:45 +0530 |
commit | a95aa2c17662269bcc8525e8bb3fb3ab64fa69df (patch) | |
tree | 6615439bef032d0d28bb11d2ab824ad18416e9e6 /requirements.txt | |
parent | f7b2912723053a46023712c9dd8bc7307d6cf9fa (diff) | |
download | certificate-generator-a95aa2c17662269bcc8525e8bb3fb3ab64fa69df.tar.gz certificate-generator-a95aa2c17662269bcc8525e8bb3fb3ab64fa69df.tar.bz2 certificate-generator-a95aa2c17662269bcc8525e8bb3fb3ab64fa69df.zip |
Auto-generation of certificates
Currently, for scilab conference.
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..5849891 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,15 @@ +Django==1.7.1 +MySQL-python==1.2.5 +argparse==1.2.1 +chardet==2.1.1 +django-appconf==0.6 +django-csvimport==2.4 +json-table-schema==0.1 +lxml==3.4.1 +messytables==0.14.1 +python-dateutil==1.5 +python-magic==0.4.6 +requests==2.4.3 +six==1.8.0 +wsgiref==0.1.2 +xlrd==0.9.3 |