diff options
| author | Mitch Riedstra <Mitch@riedstra.us> | 2017-07-07 14:18:56 -0400 |
|---|---|---|
| committer | Mitch Riedstra <Mitch@riedstra.us> | 2017-07-07 14:18:56 -0400 |
| commit | 051d17606a94c617aadb0445cc7615eeadf3e977 (patch) | |
| tree | c04ce4418c4d852b41fbb00f9869e241ef8f8cc7 | |
| parent | 8bdfbc6ddc1080c3e0c279ad92c19e47b25fd3bd (diff) | |
| download | dispatch-tracker-051d17606a94c617aadb0445cc7615eeadf3e977.tar.gz dispatch-tracker-051d17606a94c617aadb0445cc7615eeadf3e977.tar.xz | |
Add requirements.txt, it probably has too many packages.
| -rw-r--r-- | app/requirements.txt | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/app/requirements.txt b/app/requirements.txt new file mode 100644 index 0000000..2fff488 --- /dev/null +++ b/app/requirements.txt @@ -0,0 +1,46 @@ +appdirs==1.4.3 +Beaker==1.8.1 +bottle==0.12.13 +Brlapi==0.6.6 +chardet==3.0.4 +cupshelpers==1.0 +cycler==0.10.0 +Cython==0.25.2 +Django==1.11.1 +Glances==2.10 +idna==2.5 +isc==2.0 +louis==3.0.0 +lxc==0.1 +Mako==1.0.6 +MarkupSafe==1.0 +matplotlib==2.0.2 +numexpr==2.6.2 +numpy==1.13.0 +packaging==16.8 +pandas==0.20.1 +pandas-datareader==0.4.0 +patsy==0.4.1 +psutil==5.2.1 +psycopg2==2.7.1 +pycairo==1.13.3 +pycups==1.9.73 +pycurl==7.43.0 +pygobject==3.24.1 +pyparsing==2.2.0 +python-dateutil==2.6.0 +python-libtorrent==1.1.3 +python-xapp==1.0.0 +pytz==2017.2 +pyxdg==0.25 +requests==2.18.1 +requests-file==1.4.2 +requests-ftp==0.3.1 +scipy==0.19.1 +setproctitle==1.1.10 +six==1.10.0 +statsmodels==0.8.0 +team==1.0 +urllib3==1.21.1 +virtualenv==15.1.0 +youtube-dl==2017.7.2 |
