Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
994d9cf0
Commit
994d9cf0
authored
Sep 10, 2013
by
Christos Stavrakakis
Browse files
Update objpool dependency to version 0.3
parent
a5c3cf29
Changes
6
Show whitespace changes
Inline
Side-by-side
astakosclient/setup.py
View file @
994d9cf0
...
...
@@ -59,7 +59,7 @@ CLASSIFIERS = []
# Package requirements
INSTALL_REQUIRES
=
[
"objpool
>=
0.
2
"
,
"objpool>=0.
3
"
,
"simplejson"
]
...
...
snf-common/setup.py
View file @
994d9cf0
...
...
@@ -55,7 +55,7 @@ CLASSIFIERS = []
# Package requirements
INSTALL_REQUIRES
=
[
'objpool>=0.
2
'
,
'objpool>=0.
3
'
,
'python-dateutil>=1.4.1'
,
]
...
...
snf-cyclades-app/setup.py
View file @
994d9cf0
...
...
@@ -36,6 +36,7 @@ import distribute_setup
distribute_setup
.
use_setuptools
()
import
os
import
sys
from
distutils.util
import
convert_path
from
fnmatch
import
fnmatchcase
...
...
@@ -73,7 +74,7 @@ INSTALL_REQUIRES = [
'ipaddr'
,
'setproctitle>=1.0.1'
,
'bitarray>=0.8'
,
'objpool>=0.
2
'
,
'objpool>=0.
3
'
,
'astakosclient'
,
'snf-django-lib'
,
'snf-branding'
,
...
...
snf-django-lib/setup.py
View file @
994d9cf0
...
...
@@ -63,7 +63,7 @@ INSTALL_REQUIRES = [
'astakosclient'
,
'snf-common'
,
'python-dateutil>=1.4.1'
,
'objpool>=0.
2
'
,
'objpool>=0.
3
'
,
]
...
...
snf-pithos-app/setup.py
View file @
994d9cf0
...
...
@@ -36,6 +36,7 @@ import distribute_setup
distribute_setup
.
use_setuptools
()
import
os
import
sys
from
distutils.util
import
convert_path
from
fnmatch
import
fnmatchcase
...
...
@@ -60,7 +61,7 @@ INSTALL_REQUIRES = [
'snf-common'
,
'snf-pithos-backend'
,
'Django>=1.2, <1.3'
,
'objpool>=0.
2
'
,
'objpool>=0.
3
'
,
'astakosclient'
,
'snf-django-lib'
,
'snf-webproject'
,
...
...
snf-pithos-backend/setup.py
View file @
994d9cf0
...
...
@@ -36,6 +36,7 @@ import distribute_setup
distribute_setup
.
use_setuptools
()
import
os
import
sys
from
distutils.util
import
convert_path
from
fnmatch
import
fnmatchcase
...
...
@@ -60,7 +61,7 @@ INSTALL_REQUIRES = [
'snf-common'
,
'SQLAlchemy==0.6.3'
,
'alembic>=0.3.4, <0.4'
,
'objpool>=0.
2
'
'objpool>=0.
3
'
]
EXTRAS_REQUIRES
=
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment