summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSiddharth Ravikumar <sravik@bgsu.edu>2015-01-21 18:54:39 -0500
committerSiddharth Ravikumar <sravik@bgsu.edu>2015-01-21 18:54:39 -0500
commit8b9e34754de5577e98d80a65e7785ec89ce8e3b7 (patch)
tree3f719c11361dfb1517e94dee4f0424b8b45f054c /README.md
parent944832d099d11917438e23960bfde627968554fb (diff)
updated README.md
- Put package dependencies in a separate section. - Added `argparse' and `pickledb' to list of dependencies. - Rearranged the dependencies in alphabetically.
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0c5898f..4d93820 100644
--- a/README.md
+++ b/README.md
@@ -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