Use compatible version clause for Python dependency management

This commit is contained in:
Daniel Markstedt 2021-09-20 07:10:42 -07:00
parent c6ef573d3b
commit 4331f68f3a

View File

@ -1,13 +1,13 @@
bjoern>=3.1.0
click>=7.1.2
Flask>=2.0.1
itsdangerous>=2.0.0
Jinja2>=3.0.0
machfs>=1.2.4
macresources>=1.2
MarkupSafe>=2.0.0
rsrcfork>=1.8.0
waitress>=1.4.4
zope.event>=4.5.0
zope.interface>=5.1.2
protobuf>=3.17.3
bjoern~=3.1.0
click~=7.1.2
Flask~=2.0.1
itsdangerous~=2.0.0
Jinja2~=3.0.0
machfs~=1.2.4
macresources~=1.2
MarkupSafe~=2.0.0
rsrcfork~=1.8.0
waitress~=1.4.4
zope.event~=4.5.0
zope.interface~=5.1.2
protobuf~=3.17.3