Skip to content
Closed
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ feedparser>=6.0.2
guessit~=3.4
html5lib>=0.11
jinja2~=3.0
jsonschema>=2.0, <4.0 # jsonschema 4.0 requires python 3.7+ We can switch to that when we drop 3.6 support
jsonschema>=2.0, <5.0 # jsonschema 4.0 requires python 3.7+ We can switch to that when we drop 3.6 support
loguru>=0.4.1
more-itertools
psutil>=5.8.0
Expand Down
28 changes: 12 additions & 16 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,7 @@ cherrypy==18.6.1
click==8.0.3
# via flask
colorama==0.4.4
# via
# click
# loguru
# rich
# via rich
commonmark==0.9.1
# via rich
feedparser==6.0.8
Expand Down Expand Up @@ -65,22 +62,22 @@ idna==3.3
# via requests
itsdangerous==2.0.1
# via flask
jaraco.classes==3.2.1
# via jaraco.collections
jaraco.collections==3.4.0
jaraco-classes==3.2.1
# via jaraco-collections
jaraco-collections==3.4.0
# via cherrypy
jaraco.functools==3.3.0
jaraco-functools==3.3.0
# via
# cheroot
# jaraco.text
# jaraco-text
# tempora
jaraco.text==3.5.1
# via jaraco.collections
jaraco-text==3.5.1
# via jaraco-collections
jinja2==3.0.3
# via
# -r requirements.in
# flask
jsonschema==3.2.0
jsonschema==4.9.1
# via
# -r requirements.in
# flask-restx
Expand All @@ -93,8 +90,8 @@ more-itertools==8.12.0
# -r requirements.in
# cheroot
# cherrypy
# jaraco.classes
# jaraco.functools
# jaraco-classes
# jaraco-functools
plumbum==1.7.0
# via rpyc
portend==3.0.0
Expand Down Expand Up @@ -144,7 +141,6 @@ six==1.16.0
# flask-restful
# flask-restx
# html5lib
# jsonschema
# python-dateutil
soupsieve==2.2.1
# via beautifulsoup4
Expand All @@ -162,7 +158,7 @@ werkzeug==2.0.2
# via
# flask
# flask-restx
zc.lockfile==2.0
zc-lockfile==2.0
# via cherrypy
zxcvbn-python==4.4.24
# via -r requirements.in
Expand Down