diff --git a/app/config_template.py b/app/config_template.py deleted file mode 100644 index 2840c28..0000000 --- a/app/config_template.py +++ /dev/null @@ -1,12 +0,0 @@ -import os - -class Config(object): - FLASK_DEBUG = True - FLASK_ENV = 'DEVELOPMENT' - SQLALCHEMY_DATABASE_URI = 'postgresql+psycopg2://user:password@192.168.1.1:5432/ospf?sslmode=disable' - SQLALCHEMY_TRACK_MODIFICATIONS = True - DATABASE_CONNECT_OPTIONS = {} - TEMPLATES_AUTO_RELOAD = True - PASSWORD_SALT = '' - SECRET_KEY = b'superstongsecret' - SERVICES_LOGGING_CONFIG = 'app/logger.yml' \ No newline at end of file diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..38b0785 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,40 @@ +alembic==1.14.0 +aniso8601==9.0.1 +astroid==3.3.5 +attrs==24.2.0 +blinker==1.9.0 +certifi==2024.8.30 +charset-normalizer==3.4.0 +click==8.1.7 +dill==0.3.9 +Flask==3.1.0 +Flask-Login==0.6.3 +Flask-Migrate==4.0.7 +flask-restx==1.3.0 +Flask-SQLAlchemy==3.1.1 +greenlet==3.1.1 +idna==3.10 +importlib_resources==6.4.5 +isort==5.13.2 +itsdangerous==2.2.0 +Jinja2==3.1.4 +jsonschema==4.23.0 +jsonschema-specifications==2024.10.1 +Mako==1.3.6 +MarkupSafe==3.0.2 +marshmallow==3.23.1 +mccabe==0.7.0 +packaging==24.2 +platformdirs==4.3.6 +psycopg2-binary==2.9.10 +pylint==3.3.1 +python-dotenv==1.0.1 +pytz==2024.2 +referencing==0.35.1 +requests==2.32.3 +rpds-py==0.21.0 +SQLAlchemy==2.0.36 +tomlkit==0.13.2 +typing_extensions==4.12.2 +urllib3==2.2.3 +Werkzeug==3.1.3