Skip to content

Commit

Permalink
[pydantic#12] Add pendulum to testing requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
theunkn0wn1 committed Jan 11, 2024
1 parent a83037e commit 8590b4d
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 7 deletions.
1 change: 1 addition & 0 deletions requirements/linting.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ annotated-types
black
pyupgrade
ruff
pendulum>=3.0.0,<4.0.0
22 changes: 20 additions & 2 deletions requirements/linting.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.11
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --no-emit-index-url --output-file=requirements/linting.txt requirements/linting.in
Expand Down Expand Up @@ -30,22 +30,40 @@ packaging==23.2
# via black
pathspec==0.12.1
# via black
pendulum==3.0.0
# via -r requirements/linting.in
platformdirs==4.1.0
# via
# black
# virtualenv
pre-commit==3.6.0
# via -r requirements/linting.in
python-dateutil==2.8.2
# via
# pendulum
# time-machine
pyupgrade==3.15.0
# via -r requirements/linting.in
pyyaml==6.0.1
# via pre-commit
ruff==0.1.11
# via -r requirements/linting.in
six==1.16.0
# via python-dateutil
time-machine==2.13.0
# via pendulum
tokenize-rt==5.2.0
# via pyupgrade
tomli==2.0.1
# via
# black
# mypy
typing-extensions==4.9.0
# via mypy
# via
# black
# mypy
tzdata==2023.4
# via pendulum
virtualenv==20.25.0
# via pre-commit

Expand Down
5 changes: 1 addition & 4 deletions requirements/pyproject.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.11
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --extra=all --no-emit-index-url --output-file=requirements/pyproject.txt pyproject.toml
Expand All @@ -20,6 +20,3 @@ typing-extensions==4.9.0
# via
# pydantic
# pydantic-core

# The following packages are considered to be unsafe in a requirements file:
# setuptools
1 change: 1 addition & 0 deletions requirements/testing.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ pytest
codecov
pytest-cov
pytest-pretty
pendulum>=3.0.0,<4.0.0
20 changes: 19 additions & 1 deletion requirements/testing.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.11
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --no-emit-index-url --output-file=requirements/testing.txt requirements/testing.in
Expand All @@ -17,6 +17,8 @@ coverage[toml]==7.4.0
# pytest-cov
dirty-equals==0.7.1.post0
# via -r requirements/testing.in
exceptiongroup==1.2.0
# via pytest
idna==3.6
# via requests
iniconfig==2.0.0
Expand All @@ -27,6 +29,8 @@ mdurl==0.1.2
# via markdown-it-py
packaging==23.2
# via pytest
pendulum==3.0.0
# via -r requirements/testing.in
pluggy==1.3.0
# via pytest
pygments==2.17.2
Expand All @@ -40,11 +44,25 @@ pytest-cov==4.1.0
# via -r requirements/testing.in
pytest-pretty==1.2.0
# via -r requirements/testing.in
python-dateutil==2.8.2
# via
# pendulum
# time-machine
pytz==2023.3.post1
# via dirty-equals
requests==2.31.0
# via codecov
rich==13.7.0
# via pytest-pretty
six==1.16.0
# via python-dateutil
time-machine==2.13.0
# via pendulum
tomli==2.0.1
# via
# coverage
# pytest
tzdata==2023.4
# via pendulum
urllib3==2.1.0
# via requests

0 comments on commit 8590b4d

Please sign in to comment.