mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 16:56:22 +02:00
8 lines
257 B
Markdown
8 lines
257 B
Markdown
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
|