summaryrefslogtreecommitdiff
path: root/Pipfile
diff options
context:
space:
mode:
authornea <romangraef@gmail.com>2022-11-27 18:37:28 +0100
committernea <romangraef@gmail.com>2022-11-27 18:37:28 +0100
commit30e7386f0d7d43497195bb6c66bc0f9a0176822f (patch)
tree4ded162f17dc7bde58707d979a08e55c5f93fb51 /Pipfile
downloadchess-30e7386f0d7d43497195bb6c66bc0f9a0176822f.tar.gz
chess-30e7386f0d7d43497195bb6c66bc0f9a0176822f.tar.bz2
chess-30e7386f0d7d43497195bb6c66bc0f9a0176822f.zip
Hehehe
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile15
1 files changed, 15 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
new file mode 100644
index 0000000..ec3400e
--- /dev/null
+++ b/Pipfile
@@ -0,0 +1,15 @@
+[[source]]
+url = "https://pypi.org/simple"
+verify_ssl = true
+name = "pypi"
+
+[packages]
+aiohttp = "*"
+chess = "*"
+
+[dev-packages]
+aiohttp-devtools = "*"
+ipython = "*"
+
+[requires]
+python_version = "3.10"