Skip to content

Commit

Permalink
fix: update api dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
arturlg committed Mar 19, 2024
1 parent e6a243e commit 621a0a6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/api/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages = find:
include_package_data = True
install_requires =
arrow==1.2.1
asyncpg==0.25.0
asyncpg==0.27.0
asyncstdlib==3.10.2
fastjsonschema==2.15.3
fpdf2==2.3.5
Expand Down Expand Up @@ -47,7 +47,6 @@ prod =
console_scripts =
egapro = egapro.bin:main


[coverage:run]
source = egapro
omit =
Expand Down

0 comments on commit 621a0a6

Please sign in to comment.