mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-31 12:41:17 -07:00
Marshmallow Schemas for YAML files (#1497)
* Marshmallow Schemas for YAML files * completed ticket * passing tests * lint * click dep * staging BE map * Pr review
This commit is contained in:
parent
27311b11e2
commit
859177a877
11 changed files with 387 additions and 183 deletions
|
@ -17,13 +17,15 @@ packages = [
|
|||
|
||||
[tool.poetry.dependencies]
|
||||
CensusData = "^1.13"
|
||||
click = "^8.0.1"
|
||||
click = "8.0.4" # pinning for now per https://github.com/psf/black/issues/2964
|
||||
dynaconf = "^3.1.4"
|
||||
geopandas = "^0.9.0"
|
||||
ipdb = "^0.13.9"
|
||||
ipython = "^7.31.1"
|
||||
jupyter = "^1.0.0"
|
||||
jupyter-contrib-nbextensions = "^0.5.1"
|
||||
marshmallow-dataclass = "^8.5.3"
|
||||
marshmallow-enum = "^1.5.1"
|
||||
matplotlib = "^3.4.2"
|
||||
numpy = "^1.22.1"
|
||||
pandas = "^1.2.5"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue