Sort deps, pin setuptools and wheel

This commit is contained in:
Anna Sirota
2021-03-18 17:34:26 +01:00
parent fa6d6acfde
commit 866f3aafa3

View File

@@ -15,46 +15,48 @@ pillar = {path = "../pillar"}
attract = {path = "../attract"} attract = {path = "../attract"}
flamenco = {path = "../flamenco"} flamenco = {path = "../flamenco"}
svnman = {path = "../pillar-svnman"} 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" amqp = "2.5.0"
certifi = "2019.3.9" asn1crypto = "0.24.0"
chardet = "3.0.4"
click = "7.0"
jinja2 = "2.10.1"
pytz = "2019.1"
attrs = "19.1.0" attrs = "19.1.0"
babel = "2.7.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" bcrypt = "3.1.6"
billiard = "3.6.0.0"
bleach = "3.1.0" bleach = "3.1.0"
celery = "4.3.0" celery = "4.3.0"
cerberus = "1.3.1"
certifi = "2019.3.9"
cffi = "1.12.3"
chardet = "3.0.4"
click = "7.0"
commonmark = "0.9.0" commonmark = "0.9.0"
cryptography = "2.7"
eve = "0.9.1" eve = "0.9.1"
fasteners = "0.15"
flask = "1.0.3"
flask-wtf = "0.14.2" flask-wtf = "0.14.2"
future = "0.17.1"
google-apitools = "0.5.28" google-apitools = "0.5.28"
googleapis-common-protos = "1.6.0"
grpcio = "1.21.1"
httplib2 = "0.12.3"
ipaddress = "1.0.22"
jinja2 = "2.10.1"
kombu = "4.6.0"
protobuf = "3.8.0"
pyasn1 = "0.4.5"
pyasn1-modules = "0.2.5"
pycparser = "2.19"
pymongo = "3.8.0"
pyopenssl = "19.0.0"
pytz = "2019.1"
requests = "2.22.0"
rsa = "4.0"
setuptools = "51.0.0"
shortcodes = "2.5.0" shortcodes = "2.5.0"
simplejson = "3.16.0"
six = "1.12.0"
wheel = "0.35.1"
wtforms = "2.2.1"
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]
pillar-devdeps = {path = "../pillar/devdeps"} pillar-devdeps = {path = "../pillar/devdeps"}
@@ -69,5 +71,5 @@ pluggy = "0.12.0"
atomicwrites = "1.3.0" atomicwrites = "1.3.0"
[build-system] [build-system]
requires = ["poetry>=0.12"] requires = ["poetry==1.0","cryptography==2.7","setuptools==51.0.0","wheel==0.35.1"]
build-backend = "poetry.masonry.api" build-backend = "poetry.masonry.api"