mirror of
https://github.com/akuker/RASCSI.git
synced 2024-11-18 21:07:52 +00:00
Allow for more recent python libraries, rather than fixed at a particular version
This commit is contained in:
parent
6b1c099039
commit
8454021f6b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user