diff options
| author | Siddharth Ravikumar <sravik@bgsu.edu> | 2015-01-21 18:54:39 -0500 |
|---|---|---|
| committer | Siddharth Ravikumar <sravik@bgsu.edu> | 2015-01-21 18:54:39 -0500 |
| commit | 8b9e34754de5577e98d80a65e7785ec89ce8e3b7 (patch) | |
| tree | 3f719c11361dfb1517e94dee4f0424b8b45f054c | |
| parent | 944832d099d11917438e23960bfde627968554fb (diff) | |
updated README.md
- Put package dependencies in a separate section.
- Added `argparse' and `pickledb' to list of dependencies.
- Rearranged the dependencies in alphabetically.
| -rw-r--r-- | README.md | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -24,10 +24,15 @@ Core functionality is being written at the moment. * setuptools v5.5.x * virtualenv v1.9.x or later * python v2.7.x -* PyYAML v3.x + +# dependencies + +* argparse v1.2.x or later * nose v1.3.x -* watchdog v0.8.2 * pycrypto v2.6.1 +* pickledb v0.3 +* PyYAML v3.x +* watchdog v0.8.2 # platform |
