Skip to content

Commit

Permalink
Move requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
drew2a committed Mar 9, 2022
1 parent 0fa57d1 commit a65cf1f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/tribler/gui/requirements.txt → requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-r ../../tribler-core/tribler_core/requirements.txt
-r requirements-core.txt

Pillow==9.0.1
PyQt5==5.15.1
Expand Down
8 changes: 4 additions & 4 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ from` requirements.txt`.

##

Export to the `PYTHONPATH` the `src` directory:
Export the `src` directory to to the `PYTHONPATH`:

Execute:
```
python3 -m pytest .
python3 -m pytest . --no_parallel
python3 -m pytest . --guitests
python3 -m pytest src
python3 -m pytest src --no_parallel
python3 -m pytest src --guitests
```
1 change: 0 additions & 1 deletion src/requirements.txt

This file was deleted.

0 comments on commit a65cf1f

Please sign in to comment.