generated from kamikaze/python3-project-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dependency bump, dropped image anonimization
- Loading branch information
Showing
3 changed files
with
9 additions
and
3,703 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
[metadata] | ||
name = dataset-image-annotator | ||
version = 0.0.24 | ||
version = 0.0.25 | ||
description = Image annotation tool | ||
author = Oleg Korsak | ||
author_email = [email protected] | ||
|
@@ -34,12 +34,12 @@ setup_requires = pyscaffold>=3.2a0,<3.3a0 | |
install_requires = | ||
rawpy==0.18.0 | ||
Pillow==9.4.0 | ||
pydantic==1.10.4 | ||
pydantic==1.10.5 | ||
tzdata==2022.7 | ||
# The usage of test_requires is discouraged, see `Dependency Management` docs | ||
# tests_require = pytest; pytest-cov | ||
# Require a specific Python version, e.g. Python 2.7 or >= 3.4 | ||
python_requires = >=3.10 | ||
python_requires = >=3.11 | ||
|
||
[options.packages.find] | ||
where = src | ||
|
@@ -54,20 +54,19 @@ exclude = | |
desktop = | ||
PySide6-Essentials==6.4.2 | ||
web = | ||
alembic==1.9.3 | ||
alembic==1.9.4 | ||
asyncpg==0.27.0 | ||
Authlib==1.2.0 | ||
passlib==1.7.4 | ||
databases[postgresql]==0.7.0 | ||
fastapi==0.90.0 | ||
fastapi-pagination==0.11.3 | ||
fastapi-users[sqlalchemy]==10.3.0 | ||
numpy==1.24.1 | ||
orjson==3.8.5 | ||
fastapi==0.92.0 | ||
fastapi-pagination==0.11.4 | ||
fastapi-users[sqlalchemy]==10.4.0 | ||
numpy==1.24.2 | ||
orjson==3.8.6 | ||
passlib[argon2]==1.7.4 | ||
PyJWT==2.6.0 | ||
python-dateutil==2.8.2 | ||
python-opencv==4.7.0.68 | ||
python3-commons>=0.0.1 | ||
SQLAlchemy==1.4.46 | ||
uvicorn[standard]==0.20.0 | ||
|
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
Oops, something went wrong.