diff options
author | zsloan | 2015-09-08 10:44:12 -0500 |
---|---|---|
committer | zsloan | 2015-09-08 10:44:12 -0500 |
commit | c890bd2c6e0ca9b6e8728322bccb52eb98c008c7 (patch) | |
tree | d954bbd84f1ddcf5f4b283b3fdea958d5689c88b | |
parent | 99f56231b94583a64410a57b842f1d910c4e3f2e (diff) | |
parent | 7309d2c60f8b038933629a425b16b56fa13fcd1a (diff) | |
download | genenetwork2-c890bd2c6e0ca9b6e8728322bccb52eb98c008c7.tar.gz |
Merge pull request #112 from DannyArends/master
The misc/requirements.txt should not break the Docker build
-rw-r--r-- | misc/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/requirements.txt b/misc/requirements.txt index a490ecad..39ee5652 100644 --- a/misc/requirements.txt +++ b/misc/requirements.txt @@ -33,4 +33,4 @@ scipy==0.11.0 simplejson==3.0.7 wsgiref==0.1.2 yolk==0.4.3 -XlsxWriter=0.7.2 +XlsxWriter==0.7.2 |