mirror of
https://github.com/kennethreitz/neon-api-python.git
synced 2026-06-05 22:50:18 +00:00
Add pydantic as a required package
This commit is contained in:
@@ -21,11 +21,11 @@ REQUIRES_PYTHON = ">=3.6.0"
|
||||
VERSION = "0.1.0"
|
||||
|
||||
# What packages are required for this module to be executed?
|
||||
REQUIRED = ["requests"]
|
||||
REQUIRED = ["requests", "pydantic >= 2.0.0"]
|
||||
|
||||
# What packages are optional?
|
||||
EXTRAS = {
|
||||
"tests": ["pytest"],
|
||||
# "tests": ["pytest"],
|
||||
}
|
||||
|
||||
# The rest you shouldn't have to touch too much :)
|
||||
|
||||
Reference in New Issue
Block a user