initial commit

This commit is contained in:
2023-09-02 08:23:44 +03:00
commit f7dea1ac6a
8 changed files with 295 additions and 0 deletions

22
pyproject.toml Normal file
View File

@ -0,0 +1,22 @@
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "sati-ac"
version = "0.1.0"
authors = [
{ name="sati.ac", email="sati.ac@proton.me" }
]
description = "Next generation anti-captcha"
readme = "README.md"
requires-python = ">=3.8"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
dependencies = ["websockets"]
[project.urls]
"Homepage" = "https://git.sati.ac/sati.ac/sati-py"