Skip to content

#178: Correct dependency install with Python 3.13 and add shell syntax highlighting to README.md#199

Open
Benjamin-Loison wants to merge 2 commits into
etesync:masterfrom
Benjamin-Loison:master
Open

#178: Correct dependency install with Python 3.13 and add shell syntax highlighting to README.md#199
Benjamin-Loison wants to merge 2 commits into
etesync:masterfrom
Benjamin-Loison:master

Conversation

@Benjamin-Loison

@Benjamin-Loison Benjamin-Loison commented Aug 15, 2025

Copy link
Copy Markdown

@Benjamin-Loison Benjamin-Loison changed the title Fix #178: Correct dependency install with Python 3.13 #178: Correct dependency install with Python 3.13 Aug 15, 2025
@thirtysixbananas

thirtysixbananas commented Nov 24, 2025

Copy link
Copy Markdown

With uv, I can install and run python 3.13 and Django 5.2.8 and it was entirely trivial.

If you want to try, delete pyproject.toml and replace it with this:

[project]
name = "etebase"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
    "aiofiles>=25.1.0",
    "django>=5.2.8",
    "fastapi>=0.121.3",
    "msgpack>=1.1.2",
    "pydantic>=2.12.4",
    "pynacl>=1.6.1",
    "redis>=7.1.0",
    "typing-extensions>=4.15.0",
    "uvicorn[standard]>=0.38.0",
]

Let me know if it works for you.

Verified exhaustiveness thanks to:

```bash
grep -r '```'
```
@Benjamin-Loison Benjamin-Loison changed the title #178: Correct dependency install with Python 3.13 #178: Correct dependency install with Python 3.13 and add shell syntax highlighting to README.md Nov 24, 2025

@DO1JLR DO1JLR left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks a lot, that helped me to get it working on debain 13 <3

@DO1JLR

DO1JLR commented Apr 13, 2026

Copy link
Copy Markdown

ping @tasn any thoughts on merging this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants