Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -5
requirements.txt
CHANGED
|
@@ -1,8 +1,4 @@
|
|
| 1 |
openai
|
| 2 |
python-dotenv
|
| 3 |
maturin
|
| 4 |
-
rustup
|
| 5 |
-
#!/bin/bash
|
| 6 |
-
curl https://sh.rustup.rs -sSf | sh -s -- -y
|
| 7 |
-
source $HOME/.cargo/env
|
| 8 |
-
chmod +x setup.sh
|
|
|
|
| 1 |
openai
|
| 2 |
python-dotenv
|
| 3 |
maturin
|
| 4 |
+
rustup
|
|
|
|
|
|
|
|
|
|
|
|