-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
47 lines (38 loc) · 890 Bytes
/
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
37
38
39
40
41
42
43
44
45
46
47
[tool.poetry]
name = "countrybot"
version = "0.1.0"
description = ""
authors = ["Your Name <[email protected]>"]
[tool.poetry.dependencies]
python = "^3.8"
flask = "^1.1.2"
discord = "^1.7.3"
countryinfo = "^0.1.2"
regex = "^2020.11.13"
iso3166 = "^1.0.1"
country-converter = "^0.7.2"
pycountry = "^20.7.3"
pytz = "^2021.1"
iso639 = "^0.1.4"
pandas = "^1.2.2"
wbdata = "^0.3.0"
ipython = "^7.20.0"
wget = "^3.2"
a-world-of-countries = "^1.0.0"
fuzzywuzzy = "^0.18.0"
emojiflags = "^0.1.1"
replit = "^2.0.0"
dblpy = "^0.4.0"
psutil = "^5.8.0"
motor = "^2.4.0"
dnspython = "^2.1.0"
discord-ext-menus = {git = "https://github.com/Rapptz/discord-ext-menus.git"}
jishaku = "^1.20.0"
python-Levenshtein = "^0.12.2"
topggpy = "^1.2.0"
numpy = "^1.21.0"
python-dotenv = "^0.18.0"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"