diff --git a/__pycache__/main.cpython-313.pyc b/__pycache__/main.cpython-313.pyc new file mode 100644 index 00000000..7f145219 Binary files /dev/null and b/__pycache__/main.cpython-313.pyc differ diff --git a/instance/database.db b/instance/database.db new file mode 100644 index 00000000..022db82c Binary files /dev/null and b/instance/database.db differ diff --git a/requirements.txt b/requirements.txt index b7a97419..801450d6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,16 @@ -flask -Flask-SQLAlchemy -flask-login \ No newline at end of file +alembic==1.16.1 +blinker==1.9.0 +click==8.2.1 +colorama==0.4.6 +Flask==3.1.1 +Flask-Login==0.6.3 +Flask-Migrate==4.1.0 +Flask-SQLAlchemy==3.1.1 +greenlet==3.2.2 +itsdangerous==2.2.0 +Jinja2==3.1.6 +Mako==1.3.10 +MarkupSafe==3.0.2 +SQLAlchemy==2.0.41 +typing_extensions==4.13.2 +Werkzeug==3.1.3 diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 00000000..8d1c8b69 --- /dev/null +++ b/tests/__init__.py @@ -0,0 +1 @@ + diff --git a/tests/__pycache__/__init__.cpython-313.pyc b/tests/__pycache__/__init__.cpython-313.pyc new file mode 100644 index 00000000..8cbd2fb0 Binary files /dev/null and b/tests/__pycache__/__init__.cpython-313.pyc differ diff --git a/tests/__pycache__/conftest.cpython-313-pytest-8.3.5.pyc b/tests/__pycache__/conftest.cpython-313-pytest-8.3.5.pyc new file mode 100644 index 00000000..ac6a5b3e Binary files /dev/null and b/tests/__pycache__/conftest.cpython-313-pytest-8.3.5.pyc differ diff --git a/tests/__pycache__/test_api.cpython-313-pytest-8.3.5.pyc b/tests/__pycache__/test_api.cpython-313-pytest-8.3.5.pyc new file mode 100644 index 00000000..537b37c9 Binary files /dev/null and b/tests/__pycache__/test_api.cpython-313-pytest-8.3.5.pyc differ diff --git a/tests/__pycache__/test_minimal.cpython-313-pytest-8.3.5.pyc b/tests/__pycache__/test_minimal.cpython-313-pytest-8.3.5.pyc new file mode 100644 index 00000000..5daa7a64 Binary files /dev/null and b/tests/__pycache__/test_minimal.cpython-313-pytest-8.3.5.pyc differ diff --git a/tests/conftest.py b/tests/conftest.py new file mode 100644 index 00000000..e69de29b diff --git a/tests/test_api.py b/tests/test_api.py new file mode 100644 index 00000000..e69de29b diff --git a/tests/test_minimal.py b/tests/test_minimal.py new file mode 100644 index 00000000..1eabfd91 --- /dev/null +++ b/tests/test_minimal.py @@ -0,0 +1 @@ +"def test_example(): assert True" diff --git a/website/api.py b/website/api.py new file mode 100644 index 00000000..e69de29b