diff --git a/python/example-pytest-selfie/requirements.txt b/python/example-pytest-selfie/requirements.txt index ca6ecf56..d5b1935b 100644 --- a/python/example-pytest-selfie/requirements.txt +++ b/python/example-pytest-selfie/requirements.txt @@ -1,5 +1,5 @@ -# Main dependencies -flask==3.0.3 -openai==1.0.0 +python>=3.9 +flask>=3.0.3 +openai>=1.0.0 -e ../selfie-lib -e ../pytest-selfie diff --git a/python/pytest-selfie/requirements.txt b/python/pytest-selfie/requirements.txt index 54ecd167..2d747274 100644 --- a/python/pytest-selfie/requirements.txt +++ b/python/pytest-selfie/requirements.txt @@ -1,22 +1,3 @@ --e file:///home/ubuntu/repos/selfie/python/selfie-lib ; python_version >= "3.9" and python_version < "4.0" -colorama==0.4.6 ; python_version >= "3.9" and python_version < "4.0" and sys_platform == "win32" \ - --hash=sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44 \ - --hash=sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6 -exceptiongroup==1.2.1 ; python_version >= "3.9" and python_version < "3.11" \ - --hash=sha256:5258b9ed329c5bbdd31a309f53cbfb0b155341807f6ff7606a1e801a891b29ad \ - --hash=sha256:a4785e48b045528f5bfe627b6ad554ff32def154f42372786903b7abcfe1aa16 -iniconfig==2.0.0 ; python_version >= "3.9" and python_version < "4.0" \ - --hash=sha256:2d91e135bf72d31a410b17c16da610a82cb55f6b0477d1a902134b24a455b8b3 \ - --hash=sha256:b6a85871a79d2e3b22d2d1b94ac2824226a63c6b741c88f7ae975f18b6778374 -packaging==24.1 ; python_version >= "3.9" and python_version < "4.0" \ - --hash=sha256:026ed72c8ed3fcce5bf8950572258698927fd1dbda10a5e981cdf0ac37f4f002 \ - --hash=sha256:5b8f2217dbdbd2f7f384c41c628544e6d52f2d0f53c6d0c3ea61aa5d1d7ff124 -pluggy==1.5.0 ; python_version >= "3.9" and python_version < "4.0" \ - --hash=sha256:2cffa88e94fdc978c4c574f15f9e59b7f4201d439195c3715ca9e2486f1d0cf1 \ - --hash=sha256:44e1ad92c8ca002de6377e165f3e0f1be63266ab4d554740532335b9d75ea669 -pytest==8.2.2 ; python_version >= "3.9" and python_version < "4.0" \ - --hash=sha256:c434598117762e2bd304e526244f67bf66bbd7b5d6cf22138be51ff661980343 \ - --hash=sha256:de4bb8104e201939ccdc688b27a89a7be2079b22e2bd2b07f806b6ba71117977 -tomli==2.0.1 ; python_version >= "3.9" and python_version < "3.11" \ - --hash=sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc \ - --hash=sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f +-e ../selfie-lib +pytest>=8.0.0 +python>=3.9 diff --git a/python/selfie-lib/requirements.txt b/python/selfie-lib/requirements.txt index 8b137891..e966beb3 100644 --- a/python/selfie-lib/requirements.txt +++ b/python/selfie-lib/requirements.txt @@ -1 +1 @@ - +python>=3.9