Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fork
G
github
openandroidinstaller-dev
openandroidinstaller
Commits
ae84ce4c
Commit
ae84ce4c
authored
2 years ago
by
Tobias Sterbak
Browse files
Options
Download
Email Patches
Plain Diff
Add export of poetry to requirements.txt
parent
53ca4c03
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
483 additions
and
0 deletions
+483
-0
Makefile
Makefile
+3
-0
requirements.txt
requirements.txt
+480
-0
No files found.
Makefile
View file @
ae84ce4c
...
...
@@ -5,6 +5,9 @@ install:
poetry
install
poetry run python scripts/download-tools.py
export
:
poetry
export
-f
requirements.txt
--output
requirements.txt
test
:
poetry run pytest tests/
...
...
This diff is collapsed.
Click to expand it.
requirements.txt
0 → 100644
View file @
ae84ce4c
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment