mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Separate pip requirements. Fixes #1808
This commit is contained in:
parent
2ceeb88c63
commit
ed92d959b2
6 changed files with 22 additions and 14 deletions
6
requirements/developer.pip
Normal file
6
requirements/developer.pip
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
-r test.pip
|
||||
|
||||
# Development
|
||||
flake8
|
||||
-e git+https://github.com/public/flake8-import-order#egg=flake8-import-order
|
||||
sphinx
|
||||
6
requirements/owner.pip
Normal file
6
requirements/owner.pip
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
-r developer.pip
|
||||
|
||||
# Release issuance
|
||||
tox
|
||||
bumpr==0.2.0
|
||||
wheel
|
||||
8
requirements/test.pip
Normal file
8
requirements/test.pip
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# Tests
|
||||
mock
|
||||
|
||||
# Optional Packages
|
||||
Markdown
|
||||
BeautifulSoup4
|
||||
lxml
|
||||
typogrify
|
||||
Loading…
Add table
Add a link
Reference in a new issue