Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove maxcdn reqs #4194

Merged
merged 2 commits into from Jun 6, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion readthedocs/projects/tasks.py
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
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
@@ -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