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 2acd684 commit ea0c2a6Copy full SHA for ea0c2a6
setup.py
@@ -34,7 +34,7 @@
34
print("\nERROR! Publishing to PyPI requires Python>=3.9")
35
sys.exit()
36
print("\n*** Checking code health with flake8:\n")
37
- os.system("python -m pip install 'flake8==7.1.0'")
+ os.system("python -m pip install 'flake8==7.1.1'")
38
flake8_status = os.system("flake8 --exclude=recordings,temp")
39
if flake8_status != 0:
40
print("\nERROR! Fix flake8 issues before publishing to PyPI!\n")
@@ -265,7 +265,7 @@
265
'cryptography==39.0.2;python_version<"3.9"',
266
'cryptography==43.0.1;python_version>="3.9"',
267
'cffi==1.15.1;python_version<"3.8"',
268
- 'cffi==1.17.0;python_version>="3.8"',
+ 'cffi==1.17.1;python_version>="3.8"',
269
"pycparser==2.22",
270
],
271
# pip install -e .[pillow]
0 commit comments