mirror of
https://github.com/akuker/RASCSI.git
synced 2024-12-22 15:30:09 +00:00
Use compatible version clause for Python dependency management
This commit is contained in:
parent
c6ef573d3b
commit
4331f68f3a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user