-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
37 lines (33 loc) · 1.1 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
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "gagpasta"
version = "1.8.5"
description = "Find Freshly Served 9Gag Posts, Al Dente!🍝"
authors = ["Richard Mwewa <rly0nheart@gagpasta.com>"]
readme = "README.md"
license = "GNU General Public License v3 (GPLv3)"
homepage = "https://gagpasta.com"
repository = "https://github.com/rly0nheart/gagpasta"
keywords = ["9gag-api", "9gag"]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Programming Language :: JavaScript",
"Programming Language :: Python :: 3",
"Programming Language :: Other",
"Intended Audience :: Information Technology",
"Operating System :: OS Independent",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Natural Language :: English"
]
[tool.poetry.dependencies]
python = "^3.10"
aiohttp = "^3.9.1"
flask = { version = "^3.0.1", extras = ["async"] }
flask-limiter = { version = "^3.5.0", extras = ["redis"] }
gunicorn = "^22.0.0"
[tool.poetry.dev-dependencies]
pytest = "^7.4.0"
pytest-asyncio = "^0.23.4"
pytest-html = "^4.1.1"