Add examples as separated '*.pip' files

This commit is contained in:
raimon
2016-08-05 23:25:49 +09:00
parent fe4128599f
commit a426efa00b
4 changed files with 16 additions and 1 deletions

View File

@@ -42,13 +42,13 @@ File detection
`requirements.txt.vim` detects filename automatically.
* `*.pip`
* `requirements.txt`
* `dev-requirements.txt`
* `requirements/dev.txt`
* `requires/tests.txt`
* `requirements.in`
* Use for [pip-tools](https://github.com/nvie/pip-tools) (a.k.a. Better dependency management tool).
* `*.pip`
### Customize

View File

@@ -0,0 +1,6 @@
-r test.pip
# Development
flake8
-e git+https://github.com/public/flake8-import-order#egg=flake8-import-order
sphinx

View File

@@ -0,0 +1,6 @@
-r developer.pip
# Release issuance
tox
bumpr==0.2.0
wheel

View File

@@ -0,0 +1,3 @@
BeautifulSoup4
lxml
typogrify