diff --git a/main.py b/main.py new file mode 100644 index 0000000..7a9d32a --- /dev/null +++ b/main.py @@ -0,0 +1,6 @@ +def main(): + print("Hello from student-manage-system!") + + +if __name__ == "__main__": + main() diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..ade1bd4 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,12 @@ +[project] +name = "student-manage-system" +version = "0.1.0" +description = "Add your description here" +readme = "README.md" +requires-python = ">=3.13" +dependencies = [ + "fastapi[standard]>=0.141.1", + "pip>=26.2.1", + "pymysql>=1.2.3", + "sqlalchemy>=2.0.54", +] diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..9d61773 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,47 @@ +agent-detector==2.0.0 +annotated-doc==0.0.5 +annotated-types==0.8.0 +anyio==4.15.1 +certifi==2026.7.22 +click==8.5.0 +detect-installer==0.2.1 +dnspython==2.8.0 +email-validator==2.3.0 +fastapi==0.141.1 +fastapi-cli==0.0.32 +fastapi-cloud-cli==0.26.0 +fastar==0.12.0 +greenlet==3.5.6 +h11==0.16.0 +httpcore==1.0.9 +httptools==0.8.0 +httpx==0.28.1 +idna==3.20 +Jinja2==3.1.6 +markdown-it-py==4.2.0 +MarkupSafe==3.0.3 +mdurl==0.1.2 +pydantic==2.13.5 +pydantic-extra-types==2.11.1 +pydantic-settings==2.15.0 +pydantic_core==2.46.5 +Pygments==2.21.0 +PyMySQL==1.2.3 +python-dotenv==1.2.3 +python-multipart==0.0.32 +PyYAML==6.0.3 +rich==15.0.0 +rich-toolkit==0.20.5 +rignore==0.8.1 +sentry-sdk==2.69.2 +shellingham==1.5.4 +SQLAlchemy==2.0.54 +starlette==1.6.0 +typer==0.27.2 +typing-inspection==0.4.4 +typing_extensions==4.16.0 +urllib3==2.8.0 +uvicorn==0.53.0 +uvloop==0.22.1 +watchfiles==1.2.0 +websockets==17.1