Skip to content

Commit

Permalink
[no changelog] upgrade in-project kraken version and add lock file (#157
Browse files Browse the repository at this point in the history
)
  • Loading branch information
NiklasRosenstein authored Jan 7, 2024
1 parent 73abd83 commit 8d0b978
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 1 deletion.
86 changes: 86 additions & 0 deletions .kraken.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
[requirements]
requirements = [
"kraken-build>=0.32.6",
]
pythonpath = [
"build-support",
]
interpreter_constraint = ">=3.10,<3.11"

[pinned]
anyio = "4.2.0"
asgiref = "3.5.2"
brotli = "1.0.9"
builddsl = "1.0.1"
certifi = "2023.11.17"
cffi = "1.16.0"
charset-normalizer = "3.3.2"
click = "8.1.7"
cryptography = "38.0.4"
databind-core = "4.3.2"
databind-json = "4.3.2"
deprecated = "1.2.14"
dill = "0.3.5.1"
docutils = "0.20.1"
flask = "2.2.5"
h11 = "0.14.0"
h2 = "4.1.0"
hpack = "4.0.0"
httpcore = "0.16.3"
httpx = "0.23.3"
hyperframe = "6.0.1"
idna = "3.6"
importlib-metadata = "7.0.1"
itsdangerous = "2.1.2"
jaraco-classes = "3.3.0"
jinja2 = "3.1.2"
kaitaistruct = "0.10"
keyring = "24.3.0"
kraken-build = "0.32.6"
ldap3 = "2.9.1"
markdown-it-py = "3.0.0"
markupsafe = "2.1.3"
mdurl = "0.1.2"
mitmproxy = "9.0.1"
mitmproxy-wireguard = "0.1.23"
more-itertools = "10.1.0"
msgpack = "1.0.7"
networkx = "3.2.1"
nh3 = "0.2.15"
nr-date = "2.1.0"
nr-io-graphviz = "0.1.1"
nr-io-lexer = "1.0.0"
nr-stream = "1.1.5"
packaging = "23.2"
passlib = "1.7.4"
pkginfo = "1.9.6"
protobuf = "4.25.1"
publicsuffix2 = "2.20191221"
pyasn1 = "0.5.1"
pycparser = "2.21"
pygments = "2.17.2"
pyopenssl = "22.1.0"
pyparsing = "3.0.9"
pyperclip = "1.8.2"
readme-renderer = "42.0"
requests = "2.31.0"
requests-toolbelt = "1.0.0"
rfc3986 = "1.5.0"
rich = "13.7.0"
ruamel-yaml = "0.17.40"
sniffio = "1.3.0"
sortedcontainers = "2.4.0"
termcolor = "1.1.0"
tomli = "2.0.1"
tomli-w = "1.0.0"
tornado = "6.4"
twine = "4.0.2"
typeapi = "1.5.1"
typing-extensions = "4.6.3"
urllib3 = "2.1.0"
urwid = "2.1.2"
werkzeug = "3.0.1"
wrapt = "1.16.0"
wsproto = "1.2.0"
zipp = "3.17.0"
zstandard = "0.19.0"
2 changes: 1 addition & 1 deletion .kraken.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from kraken.common import buildscript

buildscript(requirements=["kraken-std"])
buildscript(requirements=["kraken-build>=0.32.6"])

import os

Expand Down

0 comments on commit 8d0b978

Please sign in to comment.