瀏覽代碼

Remove duplicate declaration

Oz 9 年之前
父節點
當前提交
b446ab284f
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      setup.py

+ 1 - 2
setup.py

@@ -336,8 +336,7 @@ setup(name=pwman.appname,
       packages=find_packages(exclude=['tests']),
       include_package_data=True,
       zip_safe=False,
-      install_requires=['pycrypto>=2.6',
-                        'colorama>=0.2.4'],
+      install_requires=install_requires,
       keywords="password-manager crypto cli",
       classifiers=['Environment :: Console',
                    'Intended Audience :: End Users/Desktop',