Fanwang Meng commited on
Commit
0abfc30
·
1 Parent(s): a5175fe

Follow the practice of adding dependencies

Browse files
Files changed (1) hide show
  1. tox.ini +1 -1
tox.ini CHANGED
@@ -37,10 +37,10 @@ skip_install = true
37
  deps =
38
  readme_renderer
39
  twine
 
40
  commands =
41
  # https://github.com/pypa/twine/issues/977
42
  python -m pip install importlib_metadata==7.2.1 build
43
- python -m pip install requirements.txt
44
  python -m build --no-isolation
45
  twine check dist/*
46
 
 
37
  deps =
38
  readme_renderer
39
  twine
40
+ -r{toxinidir}/requirements.txt
41
  commands =
42
  # https://github.com/pypa/twine/issues/977
43
  python -m pip install importlib_metadata==7.2.1 build
 
44
  python -m build --no-isolation
45
  twine check dist/*
46