Spaces:
Runtime error
Runtime error
freemt
commited on
Commit
·
3b2535c
1
Parent(s):
e2701b8
Update install
Browse files- poetry.toml +1 -1
- requirements.txt +1 -0
poetry.toml
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
[virtualenvs]
|
2 |
create = true
|
3 |
-
in-project =
|
|
|
1 |
[virtualenvs]
|
2 |
create = true
|
3 |
+
in-project = false
|
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
asttokens==2.0.5
|
2 |
click==8.1.3; python_version >= "3.7"
|
3 |
colorama==0.4.5; python_full_version >= "3.8.3" and sys_platform == "win32" and python_full_version < "4.0.0" and (python_version >= "3.7" and python_full_version < "3.0.0" and platform_system == "Windows" or platform_system == "Windows" and python_version >= "3.7" and python_full_version >= "3.5.0")
|
|
|
1 |
+
install
|
2 |
asttokens==2.0.5
|
3 |
click==8.1.3; python_version >= "3.7"
|
4 |
colorama==0.4.5; python_full_version >= "3.8.3" and sys_platform == "win32" and python_full_version < "4.0.0" and (python_version >= "3.7" and python_full_version < "3.0.0" and platform_system == "Windows" or platform_system == "Windows" and python_version >= "3.7" and python_full_version >= "3.5.0")
|