Spaces:
Build error
Build error
Delete src/connect4_backend.egg-info
Browse files
src/connect4_backend.egg-info/PKG-INFO
DELETED
@@ -1,42 +0,0 @@
|
|
1 |
-
Metadata-Version: 2.1
|
2 |
-
Name: connect4-backend
|
3 |
-
Version: 0.0.1
|
4 |
-
Author: Clement Gohlke
|
5 |
-
Classifier: Programming Language :: Python :: 3
|
6 |
-
Classifier: License :: OSI Approved :: MIT License
|
7 |
-
Classifier: Operating System :: OS Independent
|
8 |
-
Requires-Python: >=3.11
|
9 |
-
Description-Content-Type: text/markdown
|
10 |
-
Requires-Dist: tensordict@ git+https://github.com/pytorch/tensordict.git@c3caa7612275306ce72697a82d5252681ddae0ab
|
11 |
-
Requires-Dist: torchrl@ git+https://github.com/pytorch/rl.git@1bb192e0f3ad9e7b8c6fa769bfa3bb9d82ca4f29
|
12 |
-
Requires-Dist: litrl~=0.0.9
|
13 |
-
Requires-Dist: fastapi==0.104.1
|
14 |
-
Requires-Dist: uvicorn==0.25.0
|
15 |
-
Requires-Dist: moviepy==1.0.3
|
16 |
-
Provides-Extra: test
|
17 |
-
Requires-Dist: pytest==7.4.4; extra == "test"
|
18 |
-
Requires-Dist: mypy==1.8.0; extra == "test"
|
19 |
-
Requires-Dist: httpx==0.26.0; extra == "test"
|
20 |
-
|
21 |
-
---
|
22 |
-
title: Connect4
|
23 |
-
emoji: 🌐
|
24 |
-
colorFrom: blue
|
25 |
-
colorTo: yellow
|
26 |
-
sdk: docker
|
27 |
-
pinned: false
|
28 |
-
license: mit
|
29 |
-
---
|
30 |
-
|
31 |
-
frontend adapted from [github](https://github.com/jprioses/connect-four-game)
|
32 |
-
|
33 |
-
Check out the configuration reference at [huggingface](https://huggingface.co/docs/hub/spaces-config-reference)
|
34 |
-
|
35 |
-
## TODO
|
36 |
-
|
37 |
-
link to github repo
|
38 |
-
|
39 |
-
test block forced move
|
40 |
-
|
41 |
-
Connect to AWS database https://aws.amazon.com/rds/?p=ft&c=db&z=3
|
42 |
-
using alembic and sqlmodel
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
src/connect4_backend.egg-info/SOURCES.txt
DELETED
@@ -1,11 +0,0 @@
|
|
1 |
-
README.md
|
2 |
-
pyproject.toml
|
3 |
-
src/__init__.py
|
4 |
-
src/app_state.py
|
5 |
-
src/create_app.py
|
6 |
-
src/typing.py
|
7 |
-
src/connect4_backend.egg-info/PKG-INFO
|
8 |
-
src/connect4_backend.egg-info/SOURCES.txt
|
9 |
-
src/connect4_backend.egg-info/dependency_links.txt
|
10 |
-
src/connect4_backend.egg-info/requires.txt
|
11 |
-
src/connect4_backend.egg-info/top_level.txt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
src/connect4_backend.egg-info/dependency_links.txt
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
|
|
|
|
src/connect4_backend.egg-info/requires.txt
DELETED
@@ -1,11 +0,0 @@
|
|
1 |
-
tensordict@ git+https://github.com/pytorch/tensordict.git@c3caa7612275306ce72697a82d5252681ddae0ab
|
2 |
-
torchrl@ git+https://github.com/pytorch/rl.git@1bb192e0f3ad9e7b8c6fa769bfa3bb9d82ca4f29
|
3 |
-
litrl~=0.0.9
|
4 |
-
fastapi==0.104.1
|
5 |
-
uvicorn==0.25.0
|
6 |
-
moviepy==1.0.3
|
7 |
-
|
8 |
-
[test]
|
9 |
-
pytest==7.4.4
|
10 |
-
mypy==1.8.0
|
11 |
-
httpx==0.26.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
src/connect4_backend.egg-info/top_level.txt
DELETED
@@ -1,4 +0,0 @@
|
|
1 |
-
__init__
|
2 |
-
app_state
|
3 |
-
create_app
|
4 |
-
typing
|
|
|
|
|
|
|
|
|
|