Skip to content

Commit

Permalink
clean up requirements.txt
Browse files Browse the repository at this point in the history
argparse - remove, now part of Pythons stdlib in Python 2.7 and 3.4+
backports.csv - only required for Python 2
ipaddress - only required for Python < 3.3
  • Loading branch information
Andrew Fyfe committed Mar 19, 2018
1 parent be5e689 commit e6966c0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions requirements.txt
Expand Up @@ -11,13 +11,12 @@ coreapi==2.3.3
coreapi-cli==1.0.6
djangorestframework==3.7.3

argparse
# bcrypt requires libffi-dev
bcrypt==3.1.4
dnspython==1.15.0
feedparser==5.2.1
gevent==1.2.2
ipaddress
ipaddress; python_version < '3.3'
jsonfield==2.0.2
passlib==1.7.1
progressbar33==2.4
Expand Down

0 comments on commit e6966c0

Please sign in to comment.