Blind update from upstream Github - Fedora 31, Python 3.7
This commit is contained in:
parent
43c71ad583
commit
c1cc83f38d
35 changed files with 2266 additions and 176 deletions
|
|
@ -1,2 +1,4 @@
|
|||
gunicorn
|
||||
numpy
|
||||
gunicorn<20.0.0; python_version < '3.5'
|
||||
gunicorn>=20.0.0; python_version >= '3.5'
|
||||
numpy<1.17.0; python_version < '3.5'
|
||||
numpy>=1.17.0; python_version >= '3.5'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue