Allow for more recent python libraries, rather than fixed at a particular version

This commit is contained in:
Daniel Markstedt 2021-09-19 19:38:24 -07:00
parent 7f1c3f7395
commit 5507d7c530

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
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