[project] name = "devplacepy" version = "1.0.0" description = "DevPlace - The Developer Social Network" requires-python = ">=3.13" dependencies = [ "fastapi", "uvicorn[standard]", "jinja2", "python-multipart", "dataset", "passlib[bcrypt]", "python-dotenv", "aiofiles", "httpx", "cryptography", "PyJWT", "multiavatar", "locust", "Pillow", ] [project.scripts] devplace = "devplacepy.cli:main" [project.optional-dependencies] dev = ["pytest", "playwright", "pytest-xdist", "requests"] [build-system] requires = ["hatchling"] build-backend = "hatchling.build"