Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 930ea28

Browse files
Fix stuff???
1 parent 64b9efd commit 930ea28

File tree

2 files changed

+21
-37
lines changed

2 files changed

+21
-37
lines changed

pyproject.toml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
[tool.poetry]
2+
name = "OpenRobot-API-Wrapper"
3+
version = "0.1.0"
4+
description = "A API Wrapper for the official OpenRobot API (https://api.openrobot.xyz)."
5+
authors = ["OpenRobot <openrobot@openrobot.xyz>", "proguy914629 <proguy914629@openrobot.xyz>"]
6+
license = "MIT"
7+
packages = [
8+
{ include = "discord" }
9+
]
10+
11+
[tool.poetry.dependencies]
12+
python = "^3.5"
13+
"discord.py" = { git = "https://github.com/OpenRobot-Packages/OpenRobot-Packages.git", branch = "main" }
14+
"aiohttp" = ">=3.7.4"
15+
"requests" = ">=2.25.1"
16+
17+
[tool.poetry.dev-dependencies]
18+
19+
[build-system]
20+
requires = ["poetry-core>=1.0.0"]
21+
build-backend = "poetry.core.masonry.api"

setup.py

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)