aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-08-31 10:08:57 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2013-08-31 10:08:57 -0700
commitef1954ae0e68e23b961a4f6757e93911d9ced6d4 (patch)
tree073f117a40845d57418c7569936334ce8932f406 /setup.py
parentcfab88f58c6fc4a81d8cbb9ce488737d8426be2f (diff)
downloadcryptography-ef1954ae0e68e23b961a4f6757e93911d9ced6d4.tar.gz
cryptography-ef1954ae0e68e23b961a4f6757e93911d9ced6d4.tar.bz2
cryptography-ef1954ae0e68e23b961a4f6757e93911d9ced6d4.zip
remove this duplicate
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/setup.py b/setup.py
index a1305d2f..ee0da7e9 100644
--- a/setup.py
+++ b/setup.py
@@ -30,10 +30,6 @@ setup_requires = [
CFFI_DEPENDENCY,
]
-install_requires = [
- "cffi>=0.6",
-]
-
if sys.version_info[:2] < (3, 4):
install_requires += ["enum34"]