update pyproject.toml and remove requirements files

This commit is contained in:
Aleix Conchillo Flaqué
2024-08-16 09:28:46 -07:00
parent b57c9d569b
commit 4c2b84cb4d
6 changed files with 24 additions and 993 deletions

View File

@@ -9,7 +9,7 @@
import asyncio
from enum import Enum
from typing_extensions import AsyncGenerator
from typing import AsyncGenerator
import numpy as np