We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c40954 commit 17dc973Copy full SHA for 17dc973
.replit
@@ -7,6 +7,7 @@ entrypoint = "main.py"
7
# A list of globs that specify which files and directories should
8
# be hidden in the workspace.
9
hidden = ["venv", ".config", "**/__pycache__", "**/.mypy_cache", "**/*.pyc", "999_video_index.md"]
10
+modules = ["python-3.10:v18-20230807-322e88b"]
11
12
# Specifies which nix channel to use when building the environment.
13
[nix]
0 commit comments