diff --git a/.gitignore b/.gitignore index 42f3f41..9d533f5 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,9 @@ *.ass *.xml *.db -*.ini \ No newline at end of file +*.ini +__pycache__ +*.py[cod] +venv +build/ +dist/ \ No newline at end of file diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..817f56d --- /dev/null +++ b/requirements.txt @@ -0,0 +1,19 @@ +beautifulsoup4==4.11.1 +bs4==0.0.1 +click==8.1.2 +colorama==0.4.4 +Flask-SQLAlchemy==2.5.1 +Flask==2.1.1 +greenlet==1.1.2 +importlib-metadata==4.11.3 +itsdangerous==2.1.2 +Jinja2==3.1.1 +lxml==4.8.0 +MarkupSafe==2.1.1 +pip==21.3.1 +setuptools==60.2.0 +soupsieve==2.3.2 +SQLAlchemy==1.4.35 +Werkzeug==2.1.1 +wheel==0.37.1 +zipp==3.8.0