Skip to content

Commit 51982bb

Browse files
authored
Merge pull request #24 from zhangchunlin/master
Sync
2 parents 4753dc8 + 3242f31 commit 51982bb

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

demo/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
pip install dependent packages, in demo root directory run:
44

55
```
6-
pip install six
76
pip install -r requirements.txt
87
```
98

demo/requirements.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
six
22
SQLAlchemy
3-
-e git+https://github.com/limodou/uliweb3#egg=uliweb3
4-
-e git+https://github.com/uliwebext/uliweb-ui#egg=uliweb_ui
5-
-e git+https://github.com/uliwebext/uliweb-layout#egg=uliweb_layout
6-
-e git+https://github.com/uliwebext/uliweb-menu#egg=uliweb_menu
7-
-e git+https://github.com/limodou/uliweb-apps#egg=uliweb_apps
8-
-e git+https://github.com/zhangchunlin/uliweb-comapps#egg=uliweb_comapps
9-
-e git+https://github.com/zhangchunlin/uliweb-comui#egg=uliweb_comui
10-
-e git+https://github.com/zhangchunlin/uliweb-apijson#egg=uliweb_apijson
3+
uliweb3
4+
uliweb-ui
5+
uliweb-layout
6+
uliweb-menu
7+
uliweb-apps
8+
uliweb-comapps
9+
uliweb-comui
10+
uliweb-apijson

0 commit comments

Comments
 (0)