From e4036420a064f609ba5c492a26425d5643e6e38a Mon Sep 17 00:00:00 2001 From: randogoth Date: Mon, 20 Jan 2025 17:55:28 +0200 Subject: [PATCH] removed pipfile --- Pipfile | 14 -------------- requirements.txt | 3 +++ 2 files changed, 3 insertions(+), 14 deletions(-) delete mode 100644 Pipfile create mode 100644 requirements.txt 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