diff --git a/Pipfile b/Pipfile deleted file mode 100644 index cd2572a..0000000 --- a/Pipfile +++ /dev/null @@ -1,14 +0,0 @@ -[[source]] -url = "https://pypi.org/simple" -verify_ssl = true -name = "pypi" - -[packages] -randonautentropy = "*" -lyagushka = {file = "https://github.com/randogoth/lyagushka/releases/download/1.1.1/lyagushka-1.1.1-cp312-cp312-manylinux_2_34_x86_64.whl"} -streamlit = "*" - -[dev-packages] - -[requires] -python_version = "3.12" diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..50c9e53 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,3 @@ +randonautentropy +lyagushka @ https://github.com/randogoth/lyagushka/releases/download/1.1.1/lyagushka-1.1.1-cp312-cp312-manylinux_2_34_x86_64.whl +streamlit \ No newline at end of file