Skip to content

Commit

Permalink
wip: fix requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jaanli committed Jun 11, 2024
1 parent 0fb245f commit c2f59af
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 2 deletions.
3 changes: 2 additions & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ pip-tools
duckdb-engine
pdfplumber
openpyxl
pip-tools
pip-tools
boto3
31 changes: 30 additions & 1 deletion 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.12
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile
Expand All @@ -24,6 +24,12 @@ backoff==2.2.1
# via posthog
beautifulsoup4==4.12.3
# via bs4
boto3==1.34.122
# via -r requirements.in
botocore==1.34.122
# via
# boto3
# s3transfer
bs4==0.0.2
# via -r requirements.in
build==1.2.1
Expand Down Expand Up @@ -82,10 +88,16 @@ duckdb-engine==0.11.2
# via -r requirements.in
et-xmlfile==1.1.0
# via openpyxl
exceptiongroup==1.2.1
# via
# ipython
# pytest
executing==2.0.1
# via stack-data
fonttools==4.51.0
# via matplotlib
greenlet==3.0.3
# via sqlalchemy
idna==3.6
# via
# dbt-core
Expand Down Expand Up @@ -113,6 +125,10 @@ jinja2==3.1.3
# diff-cover
# jupysql
# sqlfluff
jmespath==1.0.1
# via
# boto3
# botocore
jsonschema==4.21.1
# via
# dbt-core
Expand Down Expand Up @@ -251,6 +267,7 @@ pytest==8.1.1
# via sqlfluff
python-dateutil==2.9.0.post0
# via
# botocore
# dbt-semantic-interfaces
# jupyter-client
# matplotlib
Expand Down Expand Up @@ -289,6 +306,8 @@ rpds-py==0.18.0
# via
# jsonschema
# referencing
s3transfer==0.10.1
# via boto3
seaborn==0.13.2
# via -r requirements.in
six==1.16.0
Expand Down Expand Up @@ -318,6 +337,14 @@ 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 @@ -338,6 +365,7 @@ typing-extensions==4.11.0
# via
# dbt-core
# dbt-semantic-interfaces
# ipython
# mashumaro
# pydantic
# pydantic-core
Expand All @@ -347,6 +375,7 @@ tzdata==2024.1
# via pandas
urllib3==1.26.18
# via
# botocore
# dbt-core
# requests
wcwidth==0.2.13
Expand Down

0 comments on commit c2f59af

Please sign in to comment.