Spaces:
Build error
Build error
Metadata-Version: 2.1 | |
Name: connect4-backend | |
Version: 0.0.1 | |
Author: Clement Gohlke | |
Classifier: Programming Language :: Python :: 3 | |
Classifier: License :: OSI Approved :: MIT License | |
Classifier: Operating System :: OS Independent | |
Requires-Python: >=3.11 | |
Description-Content-Type: text/markdown | |
Requires-Dist: tensordict@ git+https://github.com/pytorch/tensordict.git@c3caa7612275306ce72697a82d5252681ddae0ab | |
Requires-Dist: torchrl@ git+https://github.com/pytorch/rl.git@1bb192e0f3ad9e7b8c6fa769bfa3bb9d82ca4f29 | |
Requires-Dist: litrl~=0.0.9 | |
Requires-Dist: fastapi==0.104.1 | |
Requires-Dist: uvicorn==0.25.0 | |
Requires-Dist: moviepy==1.0.3 | |
Provides-Extra: test | |
Requires-Dist: pytest==7.4.4; extra == "test" | |
Requires-Dist: mypy==1.8.0; extra == "test" | |
Requires-Dist: httpx==0.26.0; extra == "test" | |
Requires-Dist: types-PyYAML==6.0.12.12; extra == "test" | |
title: Connect4 | |
emoji: π | |
colorFrom: blue | |
colorTo: yellow | |
sdk: docker | |
pinned: false | |
license: mit | |
frontend adapted from [github](https://github.com/jprioses/connect-four-game) | |
Check out the configuration reference at [huggingface](https://huggingface.co/docs/hub/spaces-config-reference) | |
## TODO | |
link to github repo | |
test block forced move | |
Connect to AWS database https://aws.amazon.com/rds/?p=ft&c=db&z=3 | |
using alembic and sqlmodel | |