archivy: Remove stale substituteInPlace

This commit is contained in:
Sandro Jäckel 2021-02-02 13:53:05 +01:00
parent 158626ad6f
commit 56df259a79
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -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' \