mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-26 01:06:23 +02:00
9 lines
257 B
Markdown
9 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
|