diff options
author | DannyArends | 2015-09-07 20:41:18 +0200 |
---|---|---|
committer | DannyArends | 2015-09-07 20:41:18 +0200 |
commit | 7309d2c60f8b038933629a425b16b56fa13fcd1a (patch) | |
tree | d954bbd84f1ddcf5f4b283b3fdea958d5689c88b /misc | |
parent | 99f56231b94583a64410a57b842f1d910c4e3f2e (diff) | |
download | genenetwork2-7309d2c60f8b038933629a425b16b56fa13fcd1a.tar.gz |
The misc/requirements.txt does not break the Docker build anymore
Diffstat (limited to 'misc')
-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 |