Skip to content

Commit b6d6528

Browse files
authored
Merge pull request readthedocs#5389 from Mike-Dai/issues5101
Removed un-needed python dependencies
2 parents 2954e92 + 03dc03f commit b6d6528

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

requirements/pip.txt

+6-6
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,15 @@ jsonfield==2.0.2
2222
requests==2.21.0
2323
requests-toolbelt==0.9.1
2424
slumber==0.7.1
25-
lxml==4.3.2
26-
defusedxml==0.5.0
2725
pyyaml==3.13
2826
Pygments==2.3.1
2927

28+
# These has to be removed once APIv1 is removed
29+
# https://github.com/rtfd/readthedocs.org/pull/5293
30+
# https://github.com/rtfd/readthedocs.org/pull/3082
31+
lxml==4.3.1
32+
defusedxml==0.5.0
33+
3034
# Basic tools
3135
# Redis 3.x has an incompatible change and fails
3236
# https://stackoverflow.com/questions/53331405/django-compress-error-invalid-input-of-type-cachekey
@@ -38,9 +42,6 @@ celery==4.1.1 # pyup: ignore
3842

3943
django-allauth==0.39.1
4044

41-
# VCS
42-
httplib2==0.12.1
43-
4445
# GitPython 2.1.11 makes TestGitBackend.test_git_tags to fail because
4546
# of an UnicodeError
4647
# This commit,
@@ -65,7 +66,6 @@ pyquery==1.4.0
6566
# Utils
6667
django-gravatar2==1.4.2
6768
pytz==2018.9
68-
beautifulsoup4==4.7.1
6969
Unipath==1.1
7070
django-kombu==0.9.4
7171
mock==2.0.0

0 commit comments

Comments
 (0)