We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76003ae commit 4a7e5d6Copy full SHA for 4a7e5d6
3 files changed
.python-version
@@ -0,0 +1 @@
1
+3.13
pyproject.toml
@@ -0,0 +1,26 @@
+[project]
2
+name = "mariusz"
3
+version = "0.1.0"
4
+description = "Hakierspejs Lodz multi-purpose telegram bot."
5
+readme = "README.md"
6
+requires-python = ">=3.9"
7
+authors = [
8
+ {name = "hakierspejs", email = "lodz@lists.hackerspace.pl"}
9
+]
10
+urls = {Homepage = "https://github.com/hakierspejs/mariusz"}
11
+dependencies = [
12
+ "httpx~=0.28.1",
13
+ "lxml~=5.4.0",
14
+ "meetupscraper>=0.11.2",
15
+ "python-dateutil~=2.9.0",
16
+ "python-telegram-bot~=21.9",
17
18
+
19
+[project.scripts]
20
+mariusz-bot = "mariusz.main:main"
21
22
+[dependency-groups]
23
+dev = [
24
+ "mypy>=1.16.0",
25
+ "parameterized~=0.9.0",
26
0 commit comments