Skip to content

Commit

Permalink
update ops
Browse files Browse the repository at this point in the history
  • Loading branch information
zhapuyu committed Jun 16, 2016
1 parent ca0329b commit d3d8898
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion ops/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# bfsops
The background management interface of BFS.

## 初始化流程:
## 初始化流程(请参照test/ops_initialization.py)

###step 1
启动store、directory、proxy、pitchfork
Expand Down
8 changes: 1 addition & 7 deletions ops/setup.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
from setuptools import setup

setup(
name="IMDaDa",
name="bfs",
version="1.0",
install_requires=[
"requests",
"flask",
"flask-wtf",
"Flask-Login",
"Flask-OAuth",
"Flask-OAuthlib",
"Flask-migrate",
"flask-debugtoolbar",
],
)

0 comments on commit d3d8898

Please sign in to comment.