From 0404cf412ff5b14c6562eb14eb31e8c38fd0a42f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaros=C5=82aw=20Wieczorek?= Date: Sun, 24 Jan 2021 17:40:41 +0100 Subject: [PATCH] Add requirements.txt --- requirements.txt | 37 ++++++++++++++++++------------------- 1 file changed, 18 insertions(+), 19 deletions(-) diff --git a/requirements.txt b/requirements.txt index 0f72a4b..f0142fd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,19 +1,18 @@ -click==7.1.2 -ffmpeg==1.4 -Flask==1.1.2 -itsdangerous==1.1.0 -Jinja2==2.11.2 -MarkupSafe==1.1.1 -mccabe==0.6.1 -packaging==20.8 -pipfile-requirements==0.3.0 -pycodestyle==2.6.0 -pydocstyle==5.1.1 -pyflakes==2.2.0 -pylama==7.7.1 -pyparsing==2.4.7 -PyQt5==5.15.2 -PyQt5-sip==12.8.1 -snowballstemmer==2.0.0 -toml==0.10.2 -Werkzeug==1.0.1 +################################################################################ +# This requirements file has been automatically generated from `Pipfile` with +# `pipenv-to-requirements` +# +# +# This has been done to maintain backward compatibility with tools and services +# that do not support `Pipfile` yet. +# +# Do NOT edit it directly, use `pipenv install [-d]` to modify `Pipfile` and +# `Pipfile.lock` and then regenerate `requirements*.txt`. +################################################################################ + +pathlib +pip +pipfile-requirements +pydub +pylama +pyqt5