Skip to content

Commit

Permalink
wip: debug nyc open data downloader
Browse files Browse the repository at this point in the history
  • Loading branch information
jaanli committed Apr 24, 2024
1 parent 198f347 commit d3f4568
Show file tree
Hide file tree
Showing 3 changed files with 331 additions and 78 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -174,3 +174,7 @@ cython_debug/
/playwright-report/
/blob-report/
/playwright/.cache/
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/
21 changes: 4 additions & 17 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile
Expand All @@ -10,6 +10,8 @@ annotated-types==0.6.0
# via pydantic
appdirs==1.4.4
# via sqlfluff
appnope==0.1.4
# via ipykernel
asttokens==2.4.1
# via stack-data
attrs==23.2.0
Expand Down Expand Up @@ -85,10 +87,6 @@ duckdb==0.10.1
# duckdb-engine
duckdb-engine==0.11.2
# via -r requirements.in
exceptiongroup==1.2.1
# via
# ipython
# pytest
executing==2.0.1
# via stack-data
fiona==1.9.6
Expand All @@ -98,9 +96,7 @@ fonttools==4.50.0
geopandas==0.14.3
# via -r requirements.in
greenlet==3.0.3
# via
# playwright
# sqlalchemy
# via playwright
idna==3.6
# via
# dbt-core
Expand Down Expand Up @@ -337,14 +333,6 @@ tblib==3.0.0
# via sqlfluff
text-unidecode==1.3
# via python-slugify
toml==0.10.2
# via sqlfluff
tomli==2.0.1
# via
# build
# pip-tools
# pyproject-hooks
# pytest
tornado==6.4
# via
# ipykernel
Expand All @@ -365,7 +353,6 @@ typing-extensions==4.10.0
# via
# dbt-core
# dbt-semantic-interfaces
# ipython
# mashumaro
# pydantic
# pydantic-core
Expand Down
Loading

0 comments on commit d3f4568

Please sign in to comment.