-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
42 lines (35 loc) · 1.04 KB
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[build-system]
requires = ["setuptools >= 61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "bonk_bot"
version = "2.0.4"
description = "Python API wrapper for bonk.io web game."
readme = "README.md"
license = {file = "LICENSE"}
authors = [{name = "Fenekiro"}]
maintainers = [{name = "Fenekiro"}]
dependencies = [
"python-engineio==3.14.2",
"python-socketio==4.6.0",
"aiohttp==3.10.2",
"requests==2.32.3",
"nest-asyncio==1.6.0",
"pymitter==0.5.1",
"lzstring==1.0.4",
"setuptools==70.1.0",
]
requires-python = ">= 3.8"
keywords = ["bonk", "bonk.io", "bots", "api", "bonk-bot"]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12"
]
[project.urls]
Repository = "https://github.com/Safizapi/bonk_bot"