Pin everything, including cryptography
This commit is contained in:
700
poetry.lock
generated
700
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -11,15 +11,62 @@ include = ["README.md", "LICENSE.txt"]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "~3.6"
|
||||
cryptography = "<3.4"
|
||||
pillar = {path = "../pillar"}
|
||||
attract = {path = "../attract"}
|
||||
flamenco = {path = "../flamenco"}
|
||||
svnman = {path = "../pillar-svnman"}
|
||||
cryptography = "2.7"
|
||||
pyasn1 = "0.4.5"
|
||||
asn1crypto = "0.24.0"
|
||||
six = "1.12.0"
|
||||
httplib2 = "0.12.3"
|
||||
protobuf = "3.8.0"
|
||||
pyasn1-modules = "0.2.5"
|
||||
pycparser = "2.19"
|
||||
rsa = "4.0"
|
||||
cffi = "1.12.3"
|
||||
future = "0.17.1"
|
||||
googleapis-common-protos = "1.6.0"
|
||||
grpcio = "1.21.1"
|
||||
amqp = "2.5.0"
|
||||
certifi = "2019.3.9"
|
||||
chardet = "3.0.4"
|
||||
click = "7.0"
|
||||
jinja2 = "2.10.1"
|
||||
pytz = "2019.1"
|
||||
attrs = "19.1.0"
|
||||
babel = "2.7.0"
|
||||
billiard = "3.6.0.0"
|
||||
cerberus = "1.3.1"
|
||||
fasteners = "0.15"
|
||||
flask = "1.0.3"
|
||||
ipaddress = "1.0.22"
|
||||
kombu = "4.6.0"
|
||||
pymongo = "3.8.0"
|
||||
pyopenssl = "19.0.0"
|
||||
requests = "2.22.0"
|
||||
simplejson = "3.16.0"
|
||||
wtforms = "2.2.1"
|
||||
bcrypt = "3.1.6"
|
||||
bleach = "3.1.0"
|
||||
celery = "4.3.0"
|
||||
commonmark = "0.9.0"
|
||||
eve = "0.9.1"
|
||||
flask-wtf = "0.14.2"
|
||||
google-apitools = "0.5.28"
|
||||
shortcodes = "2.5.0"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
pillar-devdeps = {path = "../pillar/devdeps"}
|
||||
|
||||
responses = "0.10.6"
|
||||
zipp = "0.5.1"
|
||||
py = "1.8.0"
|
||||
colorama = "0.4.1"
|
||||
importlib-metadata = "0.17"
|
||||
more-itertools = "7.0.0"
|
||||
coverage = "4.5.3"
|
||||
pluggy = "0.12.0"
|
||||
atomicwrites = "1.3.0"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry>=0.12"]
|
||||
|
Reference in New Issue
Block a user