Fix a typo in README

This commit is contained in:
Miro Hrončok 2021-07-22 16:10:20 +02:00
parent 8588098b34
commit 5729f18ddb

View File

@ -122,7 +122,7 @@ because runtime dependencies are always required for testing.
[tox]: https://tox.readthedocs.io/ [tox]: https://tox.readthedocs.io/
[tox-current-env]: https://github.com/fedora-python/tox-current-env/ [tox-current-env]: https://github.com/fedora-python/tox-current-env/
Additionaly to generated requirements you can supply multiple file names to `%pyproject_buildrequires` macro. Additionally to generated requirements you can supply multiple file names to `%pyproject_buildrequires` macro.
Dependencies will be loaded from them: Dependencies will be loaded from them:
%pyproject_buildrequires -r requirements/tests.in requirements/docs.in requirements/dev.in %pyproject_buildrequires -r requirements/tests.in requirements/docs.in requirements/dev.in