Skip to content

Commit

Permalink
Updating install process
Browse files Browse the repository at this point in the history
  • Loading branch information
craigmaloney committed Jul 30, 2011
1 parent b275cf0 commit 592f78c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions INSTALL.txt
@@ -1,7 +1,7 @@
For eaiser user install see:

http://bmark.us/started.html
http://docs.bmark.us/started.html

For full developer install see:

http://bmark.us/install.html
http://docs.bmark.us/install.html
4 changes: 2 additions & 2 deletions requirements.txt
Expand Up @@ -2,7 +2,7 @@ argparse
BeautifulSoup==3.2.0
Chameleon==1.3.0-rc1
colorama
-e git+https://github.com/dcramer/decruft.git#egg=decruft
-e git://github.com/dcramer/decruft.git#egg=decruft
Fabric==0.9.2
Jinja2==2.5.5
Mako==0.4.1
Expand All @@ -11,7 +11,7 @@ Paste==1.7.5.1
PasteDeploy==1.3.4
PasteScript==1.7.3
Pygments==1.4
SQLAlchemy==0.6.6
SQLAlchemy==0.7
Sphinx==1.0.7
Tempita==0.5dev
WebError==0.10.3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -8,7 +8,7 @@
CHANGES = open(os.path.join(here, 'CHANGES.txt')).read()

requires = [
'pyramid',
'pyramid<=1.0.9999',
'SQLAlchemy',
'transaction',
'repoze.tm2>=1.0b1', # default_commit_veto
Expand Down

0 comments on commit 592f78c

Please sign in to comment.