Skip to content

Commit 8df5787

Browse files
ref: add iso3166 (to replace pycountry) (#71467)
for analysis of the country code differences see getsentry/pypi#832 this dependency is unused, but will be used in place of `pycountry` in getsentry in a followup PR <!-- Describe your PR here. -->
1 parent 0800689 commit 8df5787

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

requirements-dev-frozen.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ identify==2.5.24
7979
idna==2.10
8080
inflection==0.5.1
8181
iniconfig==1.1.1
82+
iso3166==2.1.1
8283
isodate==0.6.1
8384
isort==5.10.1
8485
jmespath==0.10.0

requirements-frozen.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ httpcore==1.0.2
6363
httpx==0.25.2
6464
idna==2.10
6565
inflection==0.5.1
66+
iso3166==2.1.1
6667
isodate==0.6.1
6768
jmespath==0.10.0
6869
jsonschema==4.20.0

requirements-getsentry.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
# requirements synchronization across the two repositories
88

99
Avalara==20.9.0
10+
iso3166
1011
pycountry==17.5.14
1112
pyvat==1.3.15
1213
reportlab==4.0.7

0 commit comments

Comments
 (0)