diff options
author | nea <romangraef@gmail.com> | 2022-11-27 19:44:37 +0100 |
---|---|---|
committer | nea <romangraef@gmail.com> | 2022-11-27 19:44:37 +0100 |
commit | 904d5234a47c14ff14fd5ef2763261c8f6eedd95 (patch) | |
tree | 5bd6a6b5d98c1c50cfbd8f296639c3f2171d67aa /Pipfile | |
parent | ced516b4a197c5f320431988d16d01d97d2cca32 (diff) | |
download | chess-904d5234a47c14ff14fd5ef2763261c8f6eedd95.tar.gz chess-904d5234a47c14ff14fd5ef2763261c8f6eedd95.tar.bz2 chess-904d5234a47c14ff14fd5ef2763261c8f6eedd95.zip |
make hostable
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ name = "pypi" [packages] aiohttp = "*" chess = "*" +aiohttp-jinja2 = "*" [dev-packages] aiohttp-devtools = "*" |