forked from plone/plone.restapi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathversions.cfg
30 lines (23 loc) · 801 Bytes
/
versions.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[versions]
# Buildout
setuptools =
zc.buildout =
plone.restapi =
# code analysis
black = 22.3.0
click = 8.0.4
flake8 = 4.0.1
# Error: The requirement ('virtualenv>=20.0.35') is not allowed by your [versions] constraint (20.0.26)
virtualenv = 20.0.35
# Error: The requirement ('pep517>=0.9') is not allowed by your [versions] constraint (0.8.2)
pep517 = 0.9.1
# Error: The requirement ('importlib-metadata>=1') is not allowed by your [versions] constraint (0.23)
importlib-metadata = 2.0.0
# cryptography 3.4 requires a rust compiler installed on the system:
# https://github.com/pyca/cryptography/blob/master/CHANGELOG.rst#34---2021-02-07
cryptography = 3.3.2
# cffi 1.14.3 fails on apple m1
cffi = 1.14.4
# requirement for json widget tests to pass
plone.schema = 1.3.0
plone.dexterity = 2.9.8