Skip to content

Commit

Permalink
missing arrow
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg committed Dec 17, 2024
1 parent ec20f4f commit 200a6d1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/postgres-database/requirements/_test.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
--constraint _migration.txt

aiopg[sa]
arrow
coverage
faker
pytest
Expand Down
8 changes: 7 additions & 1 deletion packages/postgres-database/requirements/_test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
aiopg==1.4.0
# via -r requirements/_test.in
arrow==1.3.0
# via -r requirements/_test.in
async-timeout==4.0.3
# via
# -c requirements/_base.txt
Expand Down Expand Up @@ -52,7 +54,9 @@ pytest-instafail==0.5.0
pytest-runner==6.0.1
# via -r requirements/_test.in
python-dateutil==2.9.0.post0
# via faker
# via
# arrow
# faker
pyyaml==6.0.2
# via
# -c requirements/../../../requirements/constraints.txt
Expand All @@ -72,6 +76,8 @@ types-docker==7.1.0.20240827
# via -r requirements/_test.in
types-psycopg2==2.9.21.20241019
# via -r requirements/_test.in
types-python-dateutil==2.9.0.20241206
# via arrow
types-requests==2.32.0.20241016
# via types-docker
typing-extensions==4.12.2
Expand Down

0 comments on commit 200a6d1

Please sign in to comment.