We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24bf87a commit 1bb8a71Copy full SHA for 1bb8a71
pyproject.toml
@@ -47,6 +47,7 @@ dynamic = ['version']
47
all = [
48
'phonenumbers>=8,<9',
49
'pycountry>=22,<23',
50
+ 'pandas'
51
]
52
53
[project.urls]
requirements/pyproject.txt
@@ -12,6 +12,8 @@ pycountry==22.3.5
12
# via pydantic-extra-types (pyproject.toml)
13
pydantic==2.0b2
14
15
+pandas==2.0.2
16
+ # via pydantic-extra-types (pyproject.toml)
17
pydantic-core==0.38.0
18
# via pydantic
19
typing-extensions==4.6.3
0 commit comments