Move requirements.txt to backend

This commit is contained in:
Core447 2024-02-15 10:03:32 +01:00
parent 8ce92bb998
commit a504a3f9af
No known key found for this signature in database
GPG Key ID: 5B97C0BD62F98516
2 changed files with 1 additions and 1 deletions

View File

@ -3,4 +3,4 @@ from os.path import join, abspath, dirname
print("installing")
toplevel = dirname(abspath(__file__))
create_venv(join(toplevel, ".venv"), join(toplevel, "requirements.txt"))
create_venv(join(toplevel, ".venv"), join(toplevel, "backend/requirements.txt"))