Compare commits

...

2 Commits

Author SHA1 Message Date
17e6e28129 update poetry dependencies 2023-08-23 23:33:41 +03:00
Dmitry Afanasyev
9c42fc9384 particial update 2023-08-23 23:14:11 +03:00
3 changed files with 909 additions and 878 deletions

1568
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -5,61 +5,90 @@ description = "poetry requiremts creation"
authors = ["Dmitry Afanasyev <Balshbox@gmail.com>"]
[tool.poetry.dependencies]
Python="3.11.3"
Python="^3.11"
aiohttp = "^3.8"
aiosignal = "^1.3"
alembic = "^1.9"
alembic = "^1.11"
bcrypt = "^4.0"
celery = "^5.2.6"
celery = "^5.3"
click = "^8.1"
cookiecutter = "^2.1"
cookiecutter = "^2.3"
decorator = "^5.1"
Django = "^4.1"
factory-boy = "^3.2"
Faker = "^16.0"
fastapi = "^0.89"
gunicorn = "^20.1.0"
httpx = "^0.23"
Django = "^4.2"
factory-boy = "^3.3"
Faker = "^19.0"
fastapi = "^0.101"
gunicorn = "^21.2"
httpx = "^0.24"
Jinja2 = "^3.1"
loguru = "^0.6"
loguru = "^0.7"
MouseInfo = "0.1"
numpy = "^1.24"
orjson = "^3.8"
Pillow = "^9.4"
pre-commit = "^2.21"
numpy = "^1.25"
orjson = "^3.9"
Pillow = "^10.0"
pre-commit = "^3.3"
prompt-toolkit = "^3.0"
psycopg2-binary = "^2.9"
psycopg2-binary = "^3.1"
PyAutoGUI = "^0.9"
pydantic = "^1.10"
Pygments = "^2.14"
pyinstaller = "^5.7"
PyQt6 = "^6.4"
python-decouple = "^3.7"
pytz = "^2022.7.1"
redis = {version = "^4.4.1", extras = ["asyncio"]}
requests = "^2.28"
selenium = "^4.7"
pydantic = "^2.3"
Pygments = "^2.16"
pyinstaller = "^5.13"
PyQt6 = "^6.5"
python-decouple = "^3.8"
pytz = "^2023.3"
redis = {version = "^5.0", extras = ["asyncio"]}
requests = "^2.31"
selenium = "^4.11"
simple-term-menu = "^1.6"
six = "^1.16"
SQLAlchemy = "^1.4"
SQLAlchemy-Utils = "^0.38.2"
termcolor = "^2.2"
uvicorn = "^0.20"
validators = "^0.20"
virtualenv = "^20.17"
SQLAlchemy = "^2.0"
SQLAlchemy-Utils = "^0.41"
termcolor = "^2.3"
uvicorn = "^0.23"
validators = "^0.21"
virtualenv = "^20.24"
wget = "^3.2"
zipp = "^3.11"
zipp = "^3.16"
[tool.poetry.dev-dependencies]
black = "^22.12"
coverage = "^7.0"
flake8 = "^6.0"
ipython = "^8.8"
mypy = "^0.991"
pytest = "^7.2"
pytest-cov = "^4.0"
safety = "^2.1"
ipython = "^8.14"
black = "^23.7"
mypy = "^1.5"
flake8 = "^6.1"
flake8-aaa = "^0.16"
flake8-variables-names = "^0.0.6"
flake8-deprecated = "^2.0"
flake8-noqa = "^1.3"
flakeheaven = "^3.3"
flake8-annotations-complexity = "^0.0.8"
autoflake = "2.2"
flake8-useless-assert = "^0.4"
flake8-warnings = "^0.4"
flake8-newspaper-style = "^0.4"
flake8-comments = "^0.1"
flake8-jira-todo-checker = "^0.6"
flake8-mock = "^0.4"
pytest = "^7.4"
pytest-cov = "^4.1"
pytest-repeat = "^0.9"
pytest-asyncio = "^0.21"
pytest-deadfixtures = "^2.2"
pytest-mock = "^3.11"
pytest-cov = "^4.1"
pytest-sugar = "^0.9"
pytest-clarity = "^1.0"
pytest-html = "^3.2"
pytest-timeouts = "^1.2"
pytest-randomly = "^3.15"
pytest-split = "^0.8"
pytest-freezegun = "^0.4"
pytest-socket = "^0.6"
assertpy = "^1.1"
coverage = "^7.3"
safety = "^2.3"
[build-system]
requires = ["poetry-core>=1.0.0"]

View File

@ -1,101 +1,101 @@
aiohttp==3.8.4 ; python_full_version == "3.11.3"
aiohttp==3.8.5 ; python_full_version == "3.11.3"
aiosignal==1.3.1 ; python_full_version == "3.11.3"
alembic==1.11.1 ; python_full_version == "3.11.3"
alembic==1.11.3 ; python_full_version == "3.11.3"
altgraph==0.17.3 ; python_full_version == "3.11.3"
amqp==5.1.1 ; python_full_version == "3.11.3"
anyio==3.7.0 ; python_full_version == "3.11.3"
anyio==3.7.1 ; python_full_version == "3.11.3"
appnope==0.1.3 ; sys_platform == "darwin" and python_full_version == "3.11.3"
arrow==1.2.3 ; python_full_version == "3.11.3"
asgiref==3.7.2 ; python_full_version == "3.11.3"
asttokens==2.2.1 ; python_full_version == "3.11.3"
async-generator==1.10 ; python_full_version == "3.11.3"
async-timeout==4.0.2 ; python_full_version == "3.11.3"
async-timeout==4.0.3 ; python_full_version == "3.11.3"
attrs==23.1.0 ; python_full_version == "3.11.3"
backcall==0.2.0 ; python_full_version == "3.11.3"
bcrypt==4.0.1 ; python_full_version == "3.11.3"
billiard==4.1.0 ; python_full_version == "3.11.3"
binaryornot==0.4.4 ; python_full_version == "3.11.3"
black==22.12.0 ; python_full_version == "3.11.3"
celery==5.3.0 ; python_full_version == "3.11.3"
certifi==2023.5.7 ; python_full_version == "3.11.3"
celery==5.3.1 ; python_full_version == "3.11.3"
certifi==2023.7.22 ; python_full_version == "3.11.3"
cffi==1.15.1 ; os_name == "nt" and implementation_name != "pypy" and python_full_version == "3.11.3"
cfgv==3.3.1 ; python_full_version == "3.11.3"
chardet==5.1.0 ; python_full_version == "3.11.3"
charset-normalizer==3.1.0 ; python_full_version == "3.11.3"
cfgv==3.4.0 ; python_full_version == "3.11.3"
chardet==5.2.0 ; python_full_version == "3.11.3"
charset-normalizer==3.2.0 ; python_full_version == "3.11.3"
click-didyoumean==0.3.0 ; python_full_version == "3.11.3"
click-plugins==1.1.1 ; python_full_version == "3.11.3"
click-repl==0.3.0 ; python_full_version == "3.11.3"
click==8.1.3 ; python_full_version == "3.11.3"
click==8.1.7 ; python_full_version == "3.11.3"
colorama==0.4.6 ; python_full_version == "3.11.3" and (platform_system == "Windows" or sys_platform == "win32")
cookiecutter==2.1.1 ; python_full_version == "3.11.3"
coverage==7.2.7 ; python_full_version == "3.11.3"
coverage[toml]==7.2.7 ; python_full_version == "3.11.3"
cookiecutter==2.3.0 ; python_full_version == "3.11.3"
coverage==7.3.0 ; python_full_version == "3.11.3"
coverage[toml]==7.3.0 ; python_full_version == "3.11.3"
decorator==5.1.1 ; python_full_version == "3.11.3"
distlib==0.3.6 ; python_full_version == "3.11.3"
django==4.2.2 ; python_full_version == "3.11.3"
dparse==0.6.2 ; python_full_version == "3.11.3"
distlib==0.3.7 ; python_full_version == "3.11.3"
django==4.2.4 ; python_full_version == "3.11.3"
dparse==0.6.3 ; python_full_version == "3.11.3"
easyprocess==1.1 ; python_full_version == "3.11.3"
entrypoint2==1.1 ; python_full_version == "3.11.3"
exceptiongroup==1.1.1 ; python_full_version == "3.11.3"
exceptiongroup==1.1.3 ; python_full_version == "3.11.3"
executing==1.2.0 ; python_full_version == "3.11.3"
factory-boy==3.2.1 ; python_full_version == "3.11.3"
factory-boy==3.3.0 ; python_full_version == "3.11.3"
faker==16.9.0 ; python_full_version == "3.11.3"
fastapi==0.89.1 ; python_full_version == "3.11.3"
filelock==3.12.2 ; python_full_version == "3.11.3"
flake8==6.0.0 ; python_full_version == "3.11.3"
frozenlist==1.3.3 ; python_full_version == "3.11.3"
flake8==6.1.0 ; python_full_version == "3.11.3"
frozenlist==1.4.0 ; python_full_version == "3.11.3"
greenlet==2.0.2 ; python_full_version == "3.11.3" and (platform_machine == "win32" or platform_machine == "WIN32" or platform_machine == "AMD64" or platform_machine == "amd64" or platform_machine == "x86_64" or platform_machine == "ppc64le" or platform_machine == "aarch64")
gunicorn==20.1.0 ; python_full_version == "3.11.3"
h11==0.14.0 ; python_full_version == "3.11.3"
httpcore==0.16.3 ; python_full_version == "3.11.3"
httpx==0.23.3 ; python_full_version == "3.11.3"
identify==2.5.24 ; python_full_version == "3.11.3"
identify==2.5.27 ; python_full_version == "3.11.3"
idna==3.4 ; python_full_version == "3.11.3"
iniconfig==2.0.0 ; python_full_version == "3.11.3"
ipython==8.14.0 ; python_full_version == "3.11.3"
jedi==0.18.2 ; python_full_version == "3.11.3"
jedi==0.19.0 ; python_full_version == "3.11.3"
jeepney==0.8.0 ; python_full_version == "3.11.3" and platform_system == "Linux"
jinja2-time==0.2.0 ; python_full_version == "3.11.3"
jinja2==3.1.2 ; python_full_version == "3.11.3"
kombu==5.3.1 ; python_full_version == "3.11.3"
loguru==0.6.0 ; python_full_version == "3.11.3"
macholib==1.16.2 ; sys_platform == "darwin" and python_full_version == "3.11.3"
mako==1.2.4 ; python_full_version == "3.11.3"
markdown-it-py==3.0.0 ; python_full_version == "3.11.3"
markupsafe==2.1.3 ; python_full_version == "3.11.3"
matplotlib-inline==0.1.6 ; python_full_version == "3.11.3"
mccabe==0.7.0 ; python_full_version == "3.11.3"
mdurl==0.1.2 ; python_full_version == "3.11.3"
mouseinfo==0.1.0 ; python_full_version == "3.11.3"
mss==9.0.1 ; python_full_version == "3.11.3"
multidict==6.0.4 ; python_full_version == "3.11.3"
mypy-extensions==1.0.0 ; python_full_version == "3.11.3"
mypy==0.991 ; python_full_version == "3.11.3"
nodeenv==1.8.0 ; python_full_version == "3.11.3"
numpy==1.25.0 ; python_full_version == "3.11.3"
orjson==3.9.1 ; python_full_version == "3.11.3"
numpy==1.25.2 ; python_full_version == "3.11.3"
orjson==3.9.5 ; python_full_version == "3.11.3"
outcome==1.2.0 ; python_full_version == "3.11.3"
packaging==21.3 ; python_full_version == "3.11.3"
parso==0.8.3 ; python_full_version == "3.11.3"
pathspec==0.11.1 ; python_full_version == "3.11.3"
pathspec==0.11.2 ; python_full_version == "3.11.3"
pefile==2023.2.7 ; sys_platform == "win32" and python_full_version == "3.11.3"
pexpect==4.8.0 ; sys_platform != "win32" and python_full_version == "3.11.3"
pickleshare==0.7.5 ; python_full_version == "3.11.3"
pillow==9.5.0 ; python_full_version == "3.11.3"
platformdirs==3.5.3 ; python_full_version == "3.11.3"
pluggy==1.0.0 ; python_full_version == "3.11.3"
platformdirs==3.10.0 ; python_full_version == "3.11.3"
pluggy==1.2.0 ; python_full_version == "3.11.3"
pre-commit==2.21.0 ; python_full_version == "3.11.3"
prompt-toolkit==3.0.38 ; python_full_version == "3.11.3"
psycopg2-binary==2.9.6 ; python_full_version == "3.11.3"
prompt-toolkit==3.0.39 ; python_full_version == "3.11.3"
psycopg2-binary==2.9.7 ; python_full_version == "3.11.3"
ptyprocess==0.7.0 ; sys_platform != "win32" and python_full_version == "3.11.3"
pure-eval==0.2.2 ; python_full_version == "3.11.3"
pyautogui==0.9.54 ; python_full_version == "3.11.3"
pycodestyle==2.10.0 ; python_full_version == "3.11.3"
pycodestyle==2.11.0 ; python_full_version == "3.11.3"
pycparser==2.21 ; python_full_version == "3.11.3" and os_name == "nt" and implementation_name != "pypy"
pydantic==1.10.9 ; python_full_version == "3.11.3"
pyflakes==3.0.1 ; python_full_version == "3.11.3"
pydantic==1.10.12 ; python_full_version == "3.11.3"
pyflakes==3.1.0 ; python_full_version == "3.11.3"
pygetwindow==0.0.9 ; python_full_version == "3.11.3"
pygments==2.15.1 ; python_full_version == "3.11.3"
pyinstaller-hooks-contrib==2023.3 ; python_full_version == "3.11.3"
pyinstaller==5.12.0 ; python_full_version == "3.11.3"
pygments==2.16.1 ; python_full_version == "3.11.3"
pyinstaller-hooks-contrib==2023.7 ; python_full_version == "3.11.3"
pyinstaller==5.13.0 ; python_full_version == "3.11.3"
pymsgbox==1.0.9 ; python_full_version == "3.11.3"
pyobjc-core==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3"
pyobjc-framework-accessibility==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "20.0"
@ -249,59 +249,59 @@ pyobjc-framework-virtualization==9.2 ; platform_system == "Darwin" and python_fu
pyobjc-framework-vision==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3" and platform_release >= "17.0"
pyobjc-framework-webkit==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3"
pyobjc==9.2 ; platform_system == "Darwin" and python_full_version == "3.11.3"
pyparsing==3.0.9 ; python_full_version == "3.11.3"
pyparsing==3.1.1 ; python_full_version == "3.11.3"
pyperclip==1.8.2 ; python_full_version == "3.11.3"
pyqt6-qt6==6.5.1 ; python_full_version == "3.11.3"
pyqt6-sip==13.5.1 ; python_full_version == "3.11.3"
pyqt6==6.5.1 ; python_full_version == "3.11.3"
pyqt6-qt6==6.5.2 ; python_full_version == "3.11.3"
pyqt6-sip==13.5.2 ; python_full_version == "3.11.3"
pyqt6==6.5.2 ; python_full_version == "3.11.3"
pyrect==0.2.0 ; python_full_version == "3.11.3"
pyscreenshot==3.1 ; python_full_version == "3.11.3"
pyscreeze==0.1.29 ; python_full_version == "3.11.3"
pysocks==1.7.1 ; python_full_version == "3.11.3"
pytest-cov==4.1.0 ; python_full_version == "3.11.3"
pytest==7.3.2 ; python_full_version == "3.11.3"
pytest==7.4.0 ; python_full_version == "3.11.3"
python-dateutil==2.8.2 ; python_full_version == "3.11.3"
python-decouple==3.8 ; python_full_version == "3.11.3"
python-slugify==8.0.1 ; python_full_version == "3.11.3"
python3-xlib==0.15 ; platform_system == "Linux" and python_full_version == "3.11.3"
pytweening==1.0.7 ; python_full_version == "3.11.3"
pytz==2022.7.1 ; python_full_version == "3.11.3"
pywin32-ctypes==0.2.0 ; sys_platform == "win32" and python_full_version == "3.11.3"
pyyaml==6.0 ; python_full_version == "3.11.3"
redis[asyncio]==4.5.5 ; python_full_version == "3.11.3"
pywin32-ctypes==0.2.2 ; sys_platform == "win32" and python_full_version == "3.11.3"
pyyaml==6.0.1 ; python_full_version == "3.11.3"
redis[asyncio]==4.6.0 ; python_full_version == "3.11.3"
requests==2.31.0 ; python_full_version == "3.11.3"
rfc3986[idna2008]==1.5.0 ; python_full_version == "3.11.3"
rich==13.5.2 ; python_full_version == "3.11.3"
ruamel-yaml-clib==0.2.7 ; platform_python_implementation == "CPython" and python_full_version == "3.11.3"
ruamel-yaml==0.17.32 ; python_full_version == "3.11.3"
safety==2.3.5 ; python_full_version == "3.11.3"
selenium==4.10.0 ; python_full_version == "3.11.3"
setuptools==67.8.0 ; python_full_version == "3.11.3"
selenium==4.11.2 ; python_full_version == "3.11.3"
setuptools==68.1.2 ; python_full_version == "3.11.3"
simple-term-menu==1.6.1 ; python_full_version == "3.11.3"
six==1.16.0 ; python_full_version == "3.11.3"
sniffio==1.3.0 ; python_full_version == "3.11.3"
sortedcontainers==2.4.0 ; python_full_version == "3.11.3"
sqlalchemy-utils==0.38.3 ; python_full_version == "3.11.3"
sqlalchemy==1.4.48 ; python_full_version == "3.11.3"
sqlalchemy==1.4.49 ; python_full_version == "3.11.3"
sqlparse==0.4.4 ; python_full_version == "3.11.3"
stack-data==0.6.2 ; python_full_version == "3.11.3"
starlette==0.22.0 ; python_full_version == "3.11.3"
termcolor==2.3.0 ; python_full_version == "3.11.3"
text-unidecode==1.3 ; python_full_version == "3.11.3"
toml==0.10.2 ; python_full_version == "3.11.3"
traitlets==5.9.0 ; python_full_version == "3.11.3"
trio-websocket==0.10.3 ; python_full_version == "3.11.3"
trio==0.22.0 ; python_full_version == "3.11.3"
typing-extensions==4.6.3 ; python_full_version == "3.11.3"
trio==0.22.2 ; python_full_version == "3.11.3"
typing-extensions==4.7.1 ; python_full_version == "3.11.3"
tzdata==2023.3 ; python_full_version == "3.11.3"
urllib3==2.0.3 ; python_full_version == "3.11.3"
urllib3[socks]==2.0.3 ; python_full_version == "3.11.3"
urllib3==2.0.4 ; python_full_version == "3.11.3"
urllib3[socks]==2.0.4 ; python_full_version == "3.11.3"
uvicorn==0.20.0 ; python_full_version == "3.11.3"
validators==0.20.0 ; python_full_version == "3.11.3"
vine==5.0.0 ; python_full_version == "3.11.3"
virtualenv==20.23.1 ; python_full_version == "3.11.3"
virtualenv==20.24.3 ; python_full_version == "3.11.3"
wcwidth==0.2.6 ; python_full_version == "3.11.3"
wget==3.2 ; python_full_version == "3.11.3"
win32-setctime==1.1.0 ; sys_platform == "win32" and python_full_version == "3.11.3"
wsproto==1.2.0 ; python_full_version == "3.11.3"
yarl==1.9.2 ; python_full_version == "3.11.3"
zipp==3.15.0 ; python_full_version == "3.11.3"
zipp==3.16.2 ; python_full_version == "3.11.3"