diff options
Diffstat (limited to 'requirements_.txt')
| -rw-r--r-- | requirements_.txt | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/requirements_.txt b/requirements_.txt deleted file mode 100644 index dd252bc..0000000 --- a/requirements_.txt +++ /dev/null | |||
| @@ -1,19 +0,0 @@ | |||
| 1 | pyzmq==15.4.0 | ||
| 2 | six==1.10.0 | ||
| 3 | monotonic==0.4 # A clock who's time is not changed. used for scheduling | ||
| 4 | croniter==0.3.10 | ||
| 5 | redis==2.10.3 | ||
| 6 | future==0.15.2 | ||
| 7 | psutil==5.0.0 | ||
| 8 | |||
| 9 | # Documentation | ||
| 10 | sphinxcontrib-napoleon==0.4.3 | ||
| 11 | Sphinx==1.3.1 # must come after napoleon to get the latest version | ||
| 12 | |||
| 13 | # Testing | ||
| 14 | nose==1.3.6 | ||
| 15 | coverage==4.0.3 | ||
| 16 | testfixtures==4.7.0 # To test that logging exists | ||
| 17 | mock==1.3.0 | ||
| 18 | freezegun==0.3.7 | ||
| 19 | tl.testing==0.5 | ||