File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -22,11 +22,15 @@ jsonfield==2.0.2
22
22
requests==2.21.0
23
23
requests-toolbelt==0.9.1
24
24
slumber==0.7.1
25
- lxml==4.3.2
26
- defusedxml==0.5.0
27
25
pyyaml==3.13
28
26
Pygments==2.3.1
29
27
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
+
30
34
# Basic tools
31
35
# Redis 3.x has an incompatible change and fails
32
36
# https://stackoverflow.com/questions/53331405/django-compress-error-invalid-input-of-type-cachekey
@@ -38,9 +42,6 @@ celery==4.1.1 # pyup: ignore
38
42
39
43
django-allauth==0.39.1
40
44
41
- # VCS
42
- httplib2==0.12.1
43
-
44
45
# GitPython 2.1.11 makes TestGitBackend.test_git_tags to fail because
45
46
# of an UnicodeError
46
47
# This commit,
@@ -65,7 +66,6 @@ pyquery==1.4.0
65
66
# Utils
66
67
django-gravatar2==1.4.2
67
68
pytz==2018.9
68
- beautifulsoup4==4.7.1
69
69
Unipath==1.1
70
70
django-kombu==0.9.4
71
71
mock==2.0.0
You can’t perform that action at this time.
0 commit comments