Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 9 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,21 @@
#
# pip-compile requirements.in
#
argparse==1.4.0
asn1crypto==0.24.0 # via cryptography
cachecontrol==0.12.5
argparse==1.4.0 # via -r requirements.in
cachecontrol==0.12.5 # via -r requirements.in
certifi==2019.6.16 # via requests
cffi==1.12.3 # via cryptography
chardet==3.0.4 # via requests
cryptography==2.7 # via pyopenssl
feedparser==5.2.1
html5lib==1.0.1
httplib2==0.13.0
cryptography==3.2 # via pyopenssl
feedparser==5.2.1 # via -r requirements.in
html5lib==1.0.1 # via -r requirements.in
httplib2==0.13.0 # via -r requirements.in
idna==2.8 # via requests
lockfile==0.12.2
lockfile==0.12.2 # via -r requirements.in
msgpack==0.6.1 # via cachecontrol
pycparser==2.19 # via cffi
pyopenssl==19.0.0
requests==2.22.0
pyopenssl==19.0.0 # via -r requirements.in
requests==2.22.0 # via -r requirements.in, cachecontrol
six==1.12.0 # via cryptography, html5lib, pyopenssl
urllib3==1.25.3 # via requests
webencodings==0.5.1 # via html5lib