Skip to content

Commit

Permalink
fix: moving dev dependency to standard dependency (#654)
Browse files Browse the repository at this point in the history
* fix: port mappings

* fix: moving dev dependency to standard dependency
  • Loading branch information
lucianHymer authored Aug 6, 2024
1 parent 60ff1ed commit f82ca34
Show file tree
Hide file tree
Showing 4 changed files with 313 additions and 295 deletions.
2 changes: 1 addition & 1 deletion api/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ uvarint = "*"
django-ace = "*"
async-timeout = "*"
aiohttp = "*"
freezegun = "*"

[dev-packages]
black = "*"
Expand All @@ -58,7 +59,6 @@ pytest-bdd = "*"
pytest-mock = "*"
django-stubs = "*"
pandas = "*"
freezegun = "*"

[requires]
python_version = "3.11"
Loading

0 comments on commit f82ca34

Please sign in to comment.