Skip to content

Commit c076da4

Browse files
author
rs
committed
Set poetry to python 3.6 and up and add a dev section to readme
1 parent 797ab4e commit c076da4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,8 @@ An IP address must be in one of the whitelisted ranges for a response to be retu
3838
`NIPIO_BLACKLIST`: A space-separated list of description=ip blacklisted pairs. Example: `some_description=10.0.0.1 other_description=10.0.0.2`.
3939

4040
This is useful if you're creating your own [Dockerfile](Dockerfile).
41+
42+
## Development
43+
44+
If you'd like to develop and hack with nip.io, then the easiest way is to install [Poetry](https://python-poetry.org/)
45+
and then run `./build.sh` which invokes Poetry. `./build.sh` will run linting and tests as well.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = ""
55
authors = ["rs <[email protected]>"]
66

77
[tool.poetry.dependencies]
8-
python = "^3.8"
8+
python = "^3.6"
99

1010
[tool.poetry.dev-dependencies]
1111
pytest = "^5.2"

0 commit comments

Comments
 (0)