diff options
author | Maximilian Hils <git@maximilianhils.com> | 2015-06-18 11:37:04 +0200 |
---|---|---|
committer | Maximilian Hils <git@maximilianhils.com> | 2015-06-18 11:37:04 +0200 |
commit | 3e282d764e5ad37d54b609dfac4d50527d64dd79 (patch) | |
tree | 786726c85bb59990b25e48452357d6007718ae0f /setup.py | |
parent | 014b76bff7b9af0a9ff3704be49aa84232c7fa3e (diff) | |
parent | 6a4dcaf3561cf279937114a8a80ebad8adcc1eec (diff) | |
download | mitmproxy-3e282d764e5ad37d54b609dfac4d50527d64dd79.tar.gz mitmproxy-3e282d764e5ad37d54b609dfac4d50527d64dd79.tar.bz2 mitmproxy-3e282d764e5ad37d54b609dfac4d50527d64dd79.zip |
Merge branch 'master' of github.com:mitmproxy/netlib
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -49,6 +49,7 @@ setup( "Operating System :: POSIX", "Programming Language :: Python", "Programming Language :: Python :: 2", + "Programming Language :: Python :: 2.7", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Internet", @@ -66,7 +67,8 @@ setup( "pyOpenSSL>=0.15.1", "cryptography>=0.9", "passlib>=1.6.2", - "hpack>=1.0.1"], + "hpack>=1.0.1", + "certifi"], setup_requires=[ "cffi", "pyOpenSSL>=0.15.1", |