Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions contentcuration/contentcuration/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
from datetime import timedelta
from tempfile import gettempdir

import pycountry
from django.utils.timezone import now

from contentcuration.utils.incidents import INCIDENTS
Expand Down Expand Up @@ -276,7 +275,6 @@

LOCALE_PATHS = (
os.path.join(BASE_DIR, 'locale'),
pycountry.LOCALES_DIR,
)


Expand Down
1 change: 0 additions & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jsonfield==3.1.0
newrelic>=2.86.3.70
celery==5.2.7
redis
pycountry==22.3.5
pathlib
progressbar2==3.55.0
python-postmark==0.5.0
Expand Down
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,6 @@ pyasn1-modules==0.2.8
# via
# google-auth
# oauth2client
pycountry==22.3.5
# via -r requirements.in
pycparser==2.20
# via cffi
pyparsing==2.4.7
Expand Down