Skip to content

Commit 2809cf8

Browse files
authored
Merge pull request #3580 from rtibbles/no_pycountry_for_old_men
Remove unused pycountry dependency.
2 parents e0e5484 + eb99372 commit 2809cf8

3 files changed

Lines changed: 0 additions & 5 deletions

File tree

contentcuration/contentcuration/settings.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
from datetime import timedelta
1818
from tempfile import gettempdir
1919

20-
import pycountry
2120
from django.utils.timezone import now
2221

2322
from contentcuration.utils.incidents import INCIDENTS
@@ -276,7 +275,6 @@
276275

277276
LOCALE_PATHS = (
278277
os.path.join(BASE_DIR, 'locale'),
279-
pycountry.LOCALES_DIR,
280278
)
281279

282280

requirements.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jsonfield==3.1.0
1313
newrelic>=2.86.3.70
1414
celery==5.2.7
1515
redis
16-
pycountry==22.3.5
1716
pathlib
1817
progressbar2==3.55.0
1918
python-postmark==0.5.0

requirements.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,6 @@ pyasn1-modules==0.2.8
203203
# via
204204
# google-auth
205205
# oauth2client
206-
pycountry==22.3.5
207-
# via -r requirements.in
208206
pycparser==2.20
209207
# via cffi
210208
pyparsing==2.4.7

0 commit comments

Comments
 (0)