2020-10-08 18:46:45 +02:00
|
|
|
[[source]]
|
|
|
|
name = "pypi"
|
|
|
|
url = "https://pypi.org/simple"
|
|
|
|
verify_ssl = true
|
|
|
|
|
|
|
|
[dev-packages]
|
2022-11-28 23:28:18 +01:00
|
|
|
jedi-language-server = "*"
|
|
|
|
flake8 = "*"
|
2022-08-09 23:46:18 +02:00
|
|
|
mypy = "*"
|
2020-10-08 18:46:45 +02:00
|
|
|
|
|
|
|
[packages]
|
2020-10-09 22:34:32 +02:00
|
|
|
irc = "*"
|
2020-10-09 10:40:37 +02:00
|
|
|
requests = "*"
|
2022-11-25 18:33:00 +01:00
|
|
|
# Below are requirements for plugins.
|
|
|
|
wikipedia = "*"
|
|
|
|
beautifulsoup4 = "*"
|
|
|
|
google-api-python-client = "*"
|
|
|
|
translate = "*"
|
|
|
|
scaruffi = "==0.0.3"
|
|
|
|
wolframalpha = "*"
|
|
|
|
meteofrance-api = "~=1.0.2"
|