Skip to content

Commit 511018e

Browse files
committed
YDA-6262: bump pyoai version for compatibility with newer Python
1 parent 0673407 commit 511018e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pyoai==2.5.0
1+
https://github.com/infrae/pyoai/archive/refs/tags/2.5.1.zip
22
WSGIUtils
33
wsgi_intercept
44
webob

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
],
5656
},
5757
install_requires=[
58-
'pyoai==2.5.0',
58+
'https://github.com/infrae/pyoai/archive/refs/tags/2.5.1.zip',
5959
'WSGIUtils',
6060
'wsgi_intercept',
6161
'webob',

0 commit comments

Comments
 (0)