-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update README in encouraging the use of uv #39
Comments
Linked to #37 |
Hi @NikolaosSokos , I have an issue when installing with uv.
|
Hello, @jschaeff Python 3.13 Compatibility Fix for A10y
dependencies = [
"aiohttp>=3.11.12",
"aiosignal>=1.3.1",
"async-timeout>=4.0.3",
"attrs>=23.1.0",
"certifi>=2023.11.17",
"charset-normalizer>=3.3.2",
"click>=8.1.7",
"frozenlist>=1.5.0",
"idna>=3.4",
"importlib-metadata>=6.8.0",
"linkify-it-py>=2.0.2",
"markdown-it-py[linkify,plugins]>=3.0.0",
"mdit-py-plugins>=0.4.0",
"mdurl>=0.1.2",
"msgpack>=1.1.0",
"multidict>=6.0.4",
"pygments>=2.17.2",
"requests>=2.31.0",
"rich>=13.7.0",
"textual>=0.43.2",
"textual-autocomplete>=2.1.0b0",
"textual-dev>=1.2.1",
"tomli>=2.0.1",
"typing-extensions>=4.12.0",
"uc-micro-py>=1.0.2",
"urllib3>=2.1.0",
"yarl>=1.17.0",
"zipp>=3.17.0",
] This allows a10y to work on both Python 3.12 and 3.13. I’m not entirely sure if having |
Yes, with this updated deps it works. I think you can commit this. |
ok i merged this fix. I also added a PR for some issues I have fixed + app modularization. |
Dependencies present in pyproject.toml are "just" metadata associated with the project. Thanks for fixing the dependencies issue |
Install dependencies
Run a10y
The text was updated successfully, but these errors were encountered: