archivy: Remove stale substituteInPlace
This commit is contained in:
parent
158626ad6f
commit
56df259a79
1 changed files with 0 additions and 1 deletions
|
@ -17,7 +17,6 @@ python3.pkgs.buildPythonApplication rec {
|
|||
substituteInPlace requirements.txt \
|
||||
--replace 'WTForms ==' 'WTForms >=' \
|
||||
--replace 'attrs == 20.2.0' 'attrs' \
|
||||
--replace 'beautifulsoup4 ==' 'beautifulsoup4 >=' \
|
||||
--replace 'elasticsearch ==' 'elasticsearch >=' \
|
||||
--replace 'python_dotenv ==' 'python_dotenv >=' \
|
||||
--replace 'python_frontmatter == 0.5.0' 'python_frontmatter' \
|
||||
|
|
Loading…
Reference in a new issue