SurfSense/apps/api
2024-07-30 16:00:11 -07:00
..
.vscode Initial commit 2024-07-30 16:00:11 -07:00
src Initial commit 2024-07-30 16:00:11 -07:00
tests Initial commit 2024-07-30 16:00:11 -07:00
.env.example Initial commit 2024-07-30 16:00:11 -07:00
harry-potter-db-seed-spells.csv Initial commit 2024-07-30 16:00:11 -07:00
harry-potter-db-seed-users.csv Initial commit 2024-07-30 16:00:11 -07:00
package.json Initial commit 2024-07-30 16:00:11 -07:00
poetry.lock Initial commit 2024-07-30 16:00:11 -07:00
poetry.toml Initial commit 2024-07-30 16:00:11 -07:00
pyproject.toml Initial commit 2024-07-30 16:00:11 -07:00
README.md Initial commit 2024-07-30 16:00:11 -07:00
requirements.txt Initial commit 2024-07-30 16:00:11 -07:00
run.py Initial commit 2024-07-30 16:00:11 -07:00
vercel.json Initial commit 2024-07-30 16:00:11 -07:00

Generate requirements.txt using Poetry package manager:

poetry export --without-hashes --format=requirements.txt > requirements.txt

Python monorepo info: https://medium.com/@ashley.e.shultz/python-mono-repo-with-only-built-in-tooling-7c2d52c2fc66