-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleanup and pin MystBin dependencies (#45)
* pin requirements and remove unneeded deps * create a util for natural_time to negate the humanize dep * resolve dt math * Update core/utils.py Co-authored-by: Lilly Rose Berner <[email protected]> --------- Co-authored-by: Lilly Rose Berner <[email protected]>
- Loading branch information
1 parent
5cb705a
commit e2f92b8
Showing
3 changed files
with
44 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,7 @@ | ||
git+https://github.com/PythonistaGuild/StarlettePlus.git | ||
uvicorn | ||
asyncpg | ||
asyncpg-stubs | ||
bleach | ||
humanize | ||
python-multipart | ||
pyyaml | ||
aiohttp | ||
starlette_plus @ git+https://github.com/PythonistaGuild/StarlettePlus.git@f21169a | ||
uvicorn==0.29.0 | ||
asyncpg==0.29.0 | ||
asyncpg-stubs==0.29.1 | ||
bleach==6.1.0 | ||
python-multipart==0.0.9 | ||
aiohttp==3.9.5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters