Skip to content

Commit 7bf745e

Browse files
committed
Move to pyproject.toml; upgrade dependencies to current versions
1 parent b211974 commit 7bf745e

File tree

2 files changed

+18
-22
lines changed

2 files changed

+18
-22
lines changed

pyproject.toml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[build-system]
2+
requires = ["hatchling"]
3+
build-backend = "hatchling.build"
4+
5+
[project]
6+
name = "PyCamp_Bot"
7+
version = "3.0"
8+
dependencies = [
9+
"munch==4.0.0",
10+
"python-telegram-bot==21.3",
11+
"peewee==3.17.5",
12+
]
13+
requires-python = "==3.10.*"
14+
authors = [
15+
{name = "Pyar", email = "[email protected]"},
16+
]
17+
description = "Bot de telegram para organizar pycamp"
18+
readme = "README.md"

setup.py

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

0 commit comments

Comments
 (0)