From b21750ba17f15cfd7fd337e58f8e376266514258 Mon Sep 17 00:00:00 2001 From: = <=> Date: Fri, 13 Sep 2024 10:12:08 +0300 Subject: [PATCH] fix setup.py --- Pipfile | 1 - Pipfile.lock | 56 +--------------------------------------------------- setup.py | 11 +++++++---- 3 files changed, 8 insertions(+), 60 deletions(-) diff --git a/Pipfile b/Pipfile index f2ed301..41af9ec 100644 --- a/Pipfile +++ b/Pipfile @@ -14,7 +14,6 @@ requests = ">=2.32.3" [dev-packages] setuptools = ">=21.0.0" -pipenv-setup = "*" wheel = "*" twine = "*" chardet = "*" diff --git a/Pipfile.lock b/Pipfile.lock index 1e6476b..2a1c736 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "9368e6788532bf81e9ea7e0d989750acd5e47460d57bf8bcb7cb60340183c8da" + "sha256": "5174db47129a641dbc2a9f4f238e33752041fc58c23ebda0f82bc8230ea265e7" }, "pipfile-spec": 6, "requires": { @@ -185,21 +185,6 @@ } }, "develop": { - "appdirs": { - "hashes": [ - "sha256:9e5896d1372858f8dd3344faf4e5014d21849c756c8d5701f78f8a103b372d92", - "sha256:d8b24664561d0d34ddfaec54636d502d7cea6e29c3eaf68f3df6180863e2166e" - ], - "version": "==1.4.3" - }, - "attrs": { - "hashes": [ - "sha256:69c0dbf2ed392de1cb5ec704444b08a5ef81680a61cb899dc08127123af36a79", - "sha256:f0b870f674851ecbfbbbd364d6b5cbdff9dcedbc7f3f5e18a6891057f21fe399" - ], - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", - "version": "==19.1.0" - }, "backports.tarfile": { "hashes": [ "sha256:77e284d754527b01fb1e6fa8a1afe577858ebe4e9dad8919e34c862cb399bc34", @@ -208,14 +193,6 @@ "markers": "python_version < '3.12'", "version": "==1.2.0" }, - "black": { - "hashes": [ - "sha256:09a9dcb7c46ed496a9850b76e4e825d6049ecd38b611f1224857a79bd985a8cf", - "sha256:68950ffd4d9169716bcb8719a56c07a2f4485354fec061cdd5910aa07369731c" - ], - "markers": "python_version >= '3.6'", - "version": "==19.3b0" - }, "certifi": { "hashes": [ "sha256:922820b53db7a7257ffbda3f597266d435245903d80737e34f8a45ff3e3230d8", @@ -330,14 +307,6 @@ "markers": "python_full_version >= '3.7.0'", "version": "==3.3.2" }, - "click": { - "hashes": [ - "sha256:2335065e6395b9e67ca716de5f7526736bfa6ceead690adf616d925bdc622b13", - "sha256:5b94b49521f6456670fdb30cd82a4eca9412788a93fa6dd6df72c94d5a8ff2d7" - ], - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", - "version": "==7.0" - }, "docutils": { "hashes": [ "sha256:96f387a2c5562db4476f09f13bbab2192e764cac08ebbf3a34a95d9b1e4a59d6", @@ -457,20 +426,6 @@ "markers": "python_version >= '3.8'", "version": "==24.1" }, - "pipenv-setup": { - "hashes": [ - "sha256:f65fe799297facfe5ac1b03e2f55525135e0bf521ca7c175331bb59133c302b3" - ], - "index": "pypi", - "markers": "python_version >= '3.6'", - "version": "==2.0.0" - }, - "pipfile": { - "hashes": [ - "sha256:f7d9f15de8b660986557eb3cc5391aa1a16207ac41bc378d03f414762d36c984" - ], - "version": "==0.0.2" - }, "pkginfo": { "hashes": [ "sha256:5df73835398d10db79f8eecd5cd86b1f6d29317589ea70796994d49399af6297", @@ -537,15 +492,6 @@ "markers": "python_version >= '3.8'", "version": "==74.1.2" }, - "toml": { - "hashes": [ - "sha256:229f81c57791a41d65e399fc06bf0848bab550a9dfd5ed66df18ce5f05e73d5c", - "sha256:235682dd292d5899d361a811df37e04a8828a5b1da3115886b73cf81ebc9100e", - "sha256:f1db651f9657708513243e61e6cc67d101a39bad662eaa9b5546f789338e07a3" - ], - "markers": "python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'", - "version": "==0.10.0" - }, "twine": { "hashes": [ "sha256:215dbe7b4b94c2c50a7315c0275d2258399280fbb7d04182c7e55e24b5f93997", diff --git a/setup.py b/setup.py index e38f94b..eb26431 100644 --- a/setup.py +++ b/setup.py @@ -8,20 +8,23 @@ setup( name="regula.facesdk.webclient", - version=os.getenv("PACKAGE_VERSION_TO_PUBLISH", "5.1dev"), + version=os.getenv("PACKAGE_VERSION_TO_PUBLISH", "6.2dev"), python_requires=">=3.5", description="Regula's FaceSDK web python client", long_description=long_description, long_description_content_type="text/markdown", author="Regula Forensics, Inc.", author_email="support@regulaforensics.com", - url="https://mobile.regulaforensics.com", + url="https://regulaforensics.com", keywords=["face recognition", "facesdk", "regulaforensics", "regula"], install_requires=[ - "certifi>=2023.7.22", + "certifi>=2024.07.04", "six>=1.10", "python-dateutil>=2.5.3", - "urllib3>=1.15.1" + "urllib3>=2.2.2", + "vistir>=0.4.0, <=0.6.1", + "idna==3.7", + "requests>=2.32.3", ], packages=find_packages(exclude=["test", "tests", "example"]), include_package_data=True,