see setup.py, also document in the changelog.
@@ -1,3 +1,8 @@
+2013-06-29 Oz Nahum <nahumoz@gmail.com>
+ * Version 0.3.9.b
+ * Fix for Generating Passwords
+ * Added dependacies to setup.py : python-colorama, pycrypto
+
2013-05-30 Oz Nahum <nahumoz@gmail.com>
* Version 0.3.9.a
* Fix for none encrypted tags in database.
@@ -20,6 +20,7 @@ setup(name=pwman.appname,
'pwman.ui',
'pwman.util'],
scripts=['scripts/pwman3'],
- install_requires=['pycrypto>=2.6'],
+ install_requires=['pycrypto>=2.6',
+ 'colorama=0.2.5'],
extras_require={}
)