Skip to content

Commit e14618e

Browse files
fix pip install err
1 parent 06cf0b9 commit e14618e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,5 @@ def get_requirements():
8888
'': ["/etc/simplyblock/requirements.txt"],
8989
'/etc/simplyblock': ["requirements.txt"]
9090
},
91-
cmdclass={'install': install},
91+
# cmdclass={'install': install},
9292
)

simplyblock_core/env_var

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
SIMPLY_BLOCK_COMMAND_NAME=sbcli-dev
2-
SIMPLY_BLOCK_VERSION=10.1.63
2+
SIMPLY_BLOCK_VERSION=10.1.64
33

44
SIMPLY_BLOCK_DOCKER_IMAGE=simplyblock/simplyblock:main
55
DOCKER_USER=hamdysimplyblock

0 commit comments

Comments
 (0)