Skip to content

Commit

Permalink
Install packaging first separately (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
Theodlz authored Jan 18, 2024
1 parent 20a657e commit f391cde
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ help:
@python ./baselayer/tools/makefile_to_help.py $(MAKEFILE_LIST)

dependencies: README.md
@PYTHONPATH=. pip install packaging
@baselayer/tools/check_app_environment.py
@PYTHONPATH=. python baselayer/tools/pip_install_requirements.py baselayer/requirements.txt requirements.txt
@./baselayer/tools/silent_monitor.py baselayer/tools/check_js_deps.sh
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
packaging # only needed until python 3.10
supervisor>=4.2.1
psycopg2-binary>=2.8.6
pyyaml>=5.3.1
Expand Down
2 changes: 1 addition & 1 deletion tools/check_app_environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
import subprocess
import sys
import textwrap
from packaging.version import Version

from packaging.version import Version
from status import status


Expand Down

0 comments on commit f391cde

Please sign in to comment.