From 5c1816f06bf5c90c381d2cf0f5358c9a477c6bbc Mon Sep 17 00:00:00 2001 From: zyddnys Date: Mon, 6 Nov 2023 10:29:20 -0500 Subject: [PATCH] upgrade oscrypto --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f7f47032..07e6f634 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ opencv-python = "^4.8.0.76" pyclipper = "^1.3.0.post5" shapely = "^2.0.1" requests = "^2.31.0" -oscrypto = "^1.3.0" +oscrypto = { git = "https://github.com/wbond/oscrypto" } freetype-py = "^2.4.0" googletrans = "4.0.0rc1" aiohttp = "^3.8.5" diff --git a/requirements.txt b/requirements.txt index 32bc63f9..9d2361bd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ opencv-python pyclipper shapely requests -oscrypto +git+https://github.com/wbond/oscrypto cryptography freetype-py googletrans==4.0.0rc1