Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 31 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
#
# pip-compile --resolver=backtracking requirements-dev.in
#
annotated-types==0.6.0
# via
# -r requirements.txt
# pydantic
apsw==3.42.0.0
# via
# -r requirements.txt
Expand Down Expand Up @@ -36,6 +40,8 @@ coverage[toml]==6.3.2
# via pytest-cov
distlib==0.3.6
# via virtualenv
exceptiongroup==1.2.0
# via pytest
filelock==3.12.2
# via virtualenv
flake8==4.0.1
Expand Down Expand Up @@ -83,6 +89,10 @@ idna==3.4
# via
# -r requirements.txt
# requests
inflection==0.5.1
# via
# -r requirements.txt
# pyairtable
iniconfig==2.0.0
# via pytest
isort==5.12.0
Expand Down Expand Up @@ -120,14 +130,22 @@ pluggy==1.0.0
# via pytest
pre-commit==3.3.3
# via -r requirements-dev.in
pyairtable==1.3.0
pyairtable==2.3.3
# via -r requirements.txt
pycodestyle==2.8.0
# via
# flake8
# flake8-bandit
# flake8-debugger
# flake8-print
pydantic==2.6.4
# via
# -r requirements.txt
# pyairtable
pydantic-core==2.16.3
# via
# -r requirements.txt
# pydantic
pyflakes==2.4.0
# via flake8
pyproject-hooks==1.0.0
Expand Down Expand Up @@ -173,7 +191,14 @@ sqlalchemy2-stubs==0.0.2a31
stevedore==5.1.0
# via bandit
tomli==2.0.1
# via coverage
# via
# black
# build
# coverage
# flake8-black
# mypy
# pyproject-hooks
# pytest
types-pyyaml==6.0.12.10
# via responses
types-setuptools==65.5.0.2
Expand All @@ -182,11 +207,15 @@ typing-extensions==4.6.3
# via
# -r requirements.txt
# mypy
# pyairtable
# pydantic
# pydantic-core
# shillelagh
# sqlalchemy2-stubs
urllib3==1.26.16
# via
# -r requirements.txt
# pyairtable
# requests
# responses
virtualenv==20.23.1
Expand Down
17 changes: 15 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
#
# pip-compile --resolver=backtracking requirements.in
#
annotated-types==0.6.0
# via pydantic
apsw==3.42.0.0
# via shillelagh
certifi==2022.12.7
Expand All @@ -14,8 +16,14 @@ greenlet==2.0.2
# via sqlalchemy
idna==3.4
# via requests
pyairtable==1.3.0
inflection==0.5.1
# via pyairtable
pyairtable==2.3.3
# via -r requirements.in
pydantic==2.6.4
# via pyairtable
pydantic-core==2.16.3
# via pydantic
python-dateutil==2.8.2
# via shillelagh
requests==2.28.1
Expand All @@ -31,6 +39,11 @@ sqlalchemy==1.4.40
typing-extensions==4.6.3
# via
# -r requirements.in
# pyairtable
# pydantic
# pydantic-core
# shillelagh
urllib3==1.26.16
# via requests
# via
# pyairtable
# requests