Skip to content

Commit

Permalink
Merge pull request #76 from andresdelfino/move_to_pyproject
Browse files Browse the repository at this point in the history
Move to pyproject.toml; upgrade dependencies to current versions
  • Loading branch information
WinnaZ authored Jun 22, 2024
2 parents 2efafb7 + 7bf745e commit a7ccdd6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 22 deletions.
18 changes: 18 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"

[project]
name = "PyCamp_Bot"
version = "3.0"
dependencies = [
"munch==4.0.0",
"python-telegram-bot==21.3",
"peewee==3.17.5",
]
requires-python = "==3.10.*"
authors = [
{name = "Pyar", email = "[email protected]"},
]
description = "Bot de telegram para organizar pycamp"
readme = "README.md"
22 changes: 0 additions & 22 deletions setup.py

This file was deleted.

0 comments on commit a7ccdd6

Please sign in to comment.