summaryrefslogtreecommitdiff
path: root/Pipfile
blob: addfff7b483365a367e2ccdd109ebebebc48d1b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
aiohttp = "*"
chess = "*"
aiohttp-jinja2 = "*"

[dev-packages]
aiohttp-devtools = "*"
ipython = "*"

[requires]
python_version = "3.10"