Spaces:
Configuration error
Configuration error
Update setup.py
Browse files
setup.py
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
import os
|
| 2 |
-
lib_folder = os.path.dirname(os.path.realpath(__file__))
|
| 3 |
requirement_path = "requirements.txt"
|
| 4 |
install_requires = []
|
| 5 |
if os.path.isfile(requirement_path):
|
|
|
|
| 1 |
import os
|
|
|
|
| 2 |
requirement_path = "requirements.txt"
|
| 3 |
install_requires = []
|
| 4 |
if os.path.isfile(requirement_path):
|