Skip to content
This repository has been archived by the owner on Apr 23, 2018. It is now read-only.

Commit

Permalink
Update requirements for Python 3
Browse files Browse the repository at this point in the history
  • Loading branch information
liZe committed Nov 6, 2013
1 parent 3f9fd88 commit 2c9bedc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
12 changes: 11 additions & 1 deletion requirements.txt
@@ -1 +1,11 @@
-e .
Flask-SQLAlchemy
Flask-WTF
Flask-WeasyPrint
docutils
docutils_html5_writer

# Python3 unofficial ports
#Flask-Uploads
hg+https://bitbucket.org/mattupstate/flask-uploads
#dulwich
git+https://github.com/eberle1080/dulwich-py3k.git
5 changes: 1 addition & 4 deletions setup.py
Expand Up @@ -15,8 +15,5 @@
platforms="Any",
packages=["pynuts"],
package_data={'pynuts': ['templates/_pynuts/*.jinja2',
'static/javascript/*.js']},
install_requires=[
'Flask-SQLAlchemy', 'Flask-WTF', 'Flask-WeasyPrint', 'docutils',
'dulwich', 'docutils_html5_writer', 'Flask-Uploads']
'static/javascript/*.js']}
)

0 comments on commit 2c9bedc

Please sign in to comment.