mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-26 21:11:39 -07:00
Rezip CSV and Excel with Codebook (#1971)
* Rezip CSV and Excel files with Codebook * codebook version * packages fix * pydantic * lint * Remove markdown link from markdown checker (#1936) Co-authored-by: Vim <86254807+vim-usds@users.noreply.github.com>
This commit is contained in:
parent
bf27f2958b
commit
e8e951fe9a
10 changed files with 727 additions and 1231 deletions
|
@ -19,7 +19,7 @@ packages = [
|
|||
CensusData = "^1.13"
|
||||
click = "8.0.4" # pinning for now per https://github.com/psf/black/issues/2964
|
||||
dynaconf = "^3.1.4"
|
||||
geopandas = "^0.9.0"
|
||||
geopandas = "^0.11.0"
|
||||
ipdb = "^0.13.9"
|
||||
ipython = "^7.31.1"
|
||||
jupyter = "^1.0.0"
|
||||
|
@ -39,6 +39,8 @@ tqdm = "4.62.0"
|
|||
types-requests = "^2.25.0"
|
||||
us = "^2.0.2"
|
||||
xlsxwriter = "^2.0.0"
|
||||
pydantic = "^1.9.0"
|
||||
Rtree = "^1.0.0"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
black = {version = "^21.6b0", allow-prereleases = true}
|
||||
|
@ -57,6 +59,7 @@ pytest-snapshot = "^0.8.1"
|
|||
nb-black = "^1.0.7"
|
||||
seaborn = "^0.11.2"
|
||||
papermill = "^2.3.4"
|
||||
jupyterlab = "^3.4.4"
|
||||
|
||||
[build-system]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
@ -67,7 +70,6 @@ requires = ["poetry-core>=1.0.0"]
|
|||
[tool.pylint."MESSAGE CONTROL"]
|
||||
disable = [
|
||||
"C0114", # Disables module docstrings
|
||||
"R0201", # Disables method could have been a function
|
||||
"R0903", # Disables too few public methods
|
||||
"C0103", # Disables name case styling
|
||||
"W0511", # Disables FIXME warning
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue