Added Spoutnik
This commit is contained in:
29
pyproject.toml
Normal file
29
pyproject.toml
Normal file
@@ -0,0 +1,29 @@
|
||||
[project]
|
||||
name = "cambot"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"aiohttp==3.9.5",
|
||||
"aiosignal==1.3.1",
|
||||
"attrs==23.2.0",
|
||||
"beautifulsoup4==4.12.3",
|
||||
"bs4==0.0.2",
|
||||
"certifi==2024.2.2",
|
||||
"charset-normalizer==3.3.2",
|
||||
"emoji==2.11.1",
|
||||
"frozenlist==1.4.1",
|
||||
"geopandas>=1.1.1",
|
||||
"geopy>=2.4.1",
|
||||
"idna==3.7",
|
||||
"multidict==6.0.5",
|
||||
"nextcord>=3.1.0",
|
||||
"requests==2.31.0",
|
||||
"shapely>=2.1.1",
|
||||
"soupsieve==2.5",
|
||||
"typing-extensions==4.11.0",
|
||||
"unidecode==1.3.8",
|
||||
"urllib3==2.2.1",
|
||||
"yarl==1.9.4",
|
||||
]
|
||||
Reference in New Issue
Block a user