We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89798db commit 6cea412Copy full SHA for 6cea412
requirements.txt
@@ -58,7 +58,7 @@ importlib-metadata==2.0.0
58
virtualenv>=20.0.33
59
pymysql==0.10.1
60
coverage==5.3
61
-brython==3.8.10
+brython==3.9.0
62
pyotp==2.4.0
63
boto==2.49.0
64
cffi==1.14.3
setup.py
@@ -152,7 +152,7 @@
152
'virtualenv>=20.0.33', # Sync with importlib-metadata and pathlib2
153
'pymysql==0.10.1',
154
'coverage==5.3',
155
- 'brython==3.8.10',
+ 'brython==3.9.0',
156
'pyotp==2.4.0',
157
'boto==2.49.0',
158
'cffi==1.14.3',
0 commit comments