Skip to content

Commit

Permalink
add python-dateutil as a direct dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Roy Wiggins authored and Roy Wiggins committed Oct 2, 2024
1 parent 55db862 commit ace2f06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ dataclasses; python_version < '3.7'
mako>=1.2.2
alembic
wheel>=0.38.1
python-dateutil

# logging / monitoring
graphyte
Expand Down
5 changes: 2 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ anyio==4.4.0
# via
# httpx
# starlette
asgiref==3.8.1
# via uvicorn
async-timeout==4.0.3
# via
# aiohttp
Expand Down Expand Up @@ -187,6 +185,7 @@ pytest-subprocess==1.5.0
# via -r requirements.in
python-dateutil==2.9.0.post0
# via
# -r requirements.in
# botocore
# freezegun
# influxdb-client
Expand Down Expand Up @@ -293,8 +292,8 @@ urllib3==2.2.2
# influxdb-client
# requests
# types-requests
# via -r requirements.in
uvicorn==0.30.6
# via -r requirements.in
watchdog==4.0.1
# via -r requirements.in
wheel==0.43.0
Expand Down

0 comments on commit ace2f06

Please sign in to comment.