Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@
pyjq = {editable = true, path = "."}

[dev-packages]
cython = "~=0.29.26"
twine = "*"
pytest = "*"
mypy = "*"
black = "*"

[requires]
python_version = "3.10"
cython = "~=3.0"
mypy = "*"
pytest = "*"
setuptools = "*"
twine = "*"

[pipenv]
allow_prereleases = true
609 changes: 370 additions & 239 deletions Pipfile.lock

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@ Example
Install
-------

You will need flex, bison (3.0 or newer), libtool, make, automake and autoconf to build jq.
Install them by Homebrew, APT or other way.
You will need flex, bison (3.0 or newer), libtool, make, automake,
autoconf, libjq-dev and libonig-dev to build pyjq. Install them by
Homebrew, APT or other way.

You can install from PyPI by usual way.

Expand Down
Loading