Skip to content

Commit 1bb8a71

Browse files
committed
Add pandas to optional dependencies
1 parent 24bf87a commit 1bb8a71

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ dynamic = ['version']
4747
all = [
4848
'phonenumbers>=8,<9',
4949
'pycountry>=22,<23',
50+
'pandas'
5051
]
5152

5253
[project.urls]

requirements/pyproject.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ pycountry==22.3.5
1212
# via pydantic-extra-types (pyproject.toml)
1313
pydantic==2.0b2
1414
# via pydantic-extra-types (pyproject.toml)
15+
pandas==2.0.2
16+
# via pydantic-extra-types (pyproject.toml)
1517
pydantic-core==0.38.0
1618
# via pydantic
1719
typing-extensions==4.6.3

0 commit comments

Comments
 (0)