Skip to content

Commit

Permalink
Ajustes de requisitos de empacotamento
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiobatalha committed Apr 6, 2015
1 parent 41e1204 commit 8c0358d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 4 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
cython==0.22
pyramid==1.5.1
pyramid_chameleon==0.3
pymongo==2.7.2
thriftpy==0.2.0
-e git+https://github.com/scieloorg/[email protected]#egg=ratchet
chaussette==1.2
gevent==1.0.1
-e git+https://github.com/scieloorg/[email protected]#egg=ratchet
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,16 @@

requires = [
'pyramid>=1.5.1',
'pyramid-chameleon>=0.3',
'pymongo>=2.7.2',
'thriftpy>=0.2.0',
'cython>=0.22'
'cython>=0.22',
]

tests_requires = requires+[]

setup(name='ratchet',
version='2.0.1',
version='2.0.2',
description='ratchet',
long_description=README + '\n\n' + CHANGES,
classifiers=[
Expand Down

0 comments on commit 8c0358d

Please sign in to comment.