Create requirements.txt
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@ __pycache__
|
||||
/env
|
||||
/.venv
|
||||
/settings.py
|
||||
/requirements.txt
|
||||
|
||||
6
Makefile
6
Makefile
@ -14,3 +14,9 @@ run-dev:
|
||||
--port 8010 \
|
||||
--workers=1 \
|
||||
--reload
|
||||
|
||||
create-requirements:
|
||||
@poetry export \
|
||||
--without-hashes \
|
||||
--format=requirements.txt \
|
||||
> requirements.txt
|
||||
|
||||
Submodule fairhopper-sdk updated: edca936325...fd71fa276c
Reference in New Issue
Block a user