Skip to content

Commit

Permalink
Remove unneeded dependencies.
Browse files Browse the repository at this point in the history
We install service-identity to prevent twisted from giving spammy
warnings.  However, we don't need the security features provided
by service-identity.  So we can remove most of its cryptographic
dependencies.
  • Loading branch information
sharmaeklavya2 authored and timabbott committed Jul 28, 2016
1 parent 9922ecc commit 80bb275
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
10 changes: 0 additions & 10 deletions requirements/common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,8 @@ SQLAlchemy==0.7.8
boto==2.38.0

certifi==2015.4.28
cffi==1.5.2
chardet==2.3.0

cryptography==1.4

# Needed for integrations
defusedxml==0.4.1

Expand Down Expand Up @@ -61,10 +58,7 @@ google-api-python-client==1.4.0

# Needed for the email mirror
html2text==2015.6.6

httplib2==0.9.1
idna==2.0
ipaddress==1.0.7

# Needed for JWT-based auth
jwt==0.3.2
Expand All @@ -87,12 +81,8 @@ postmonkey==1.0b0
# Needed to access our database
psycopg2==2.6

# Python wrapper around OpenSSL
pyOpenSSL==0.15.1

pyasn1==0.1.7
pyasn1-modules==0.0.5
pycparser==2.14
pycrypto==2.6.1

# Needed for memcached usage
Expand Down
2 changes: 0 additions & 2 deletions requirements/py2_common.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
-r common.txt

enum34==1.1.6

# Used for Hesiod lookups, etc.
pydns==2.3.6

Expand Down

0 comments on commit 80bb275

Please sign in to comment.