Skip to content

Commit

Permalink
Merge pull request #4194 from rtfd/remove-maxcdn-deps
Browse files Browse the repository at this point in the history
Remove maxcdn reqs
  • Loading branch information
ericholscher authored Jun 6, 2018
2 parents 9dbb768 + 7ed379b commit bc7e645
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion readthedocs/projects/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
from .constants import LOG_TEMPLATE
from .exceptions import RepositoryError
from .models import ImportedFile, Project, Domain
from .signals import before_vcs, after_vcs, before_build, after_build
from .signals import before_vcs, after_vcs, before_build, after_build, files_changed
from readthedocs.builds.constants import (LATEST,
BUILD_STATE_CLONING,
BUILD_STATE_INSTALLING,
Expand Down
2 changes: 0 additions & 2 deletions requirements/deploy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,5 @@ django-mailgun==0.2.2

hiredis==0.1.2

maxcdn==0.0.7

#For resizing images
pillow
1 change: 0 additions & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
-r pip.txt
maxcdn==0.0.7
astroid==1.6.4
pylint==1.9.1
pylint-django==0.11.1
Expand Down

0 comments on commit bc7e645

Please sign in to comment.