File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 119119 "six==1.12.0" ,
120120 "soupsieve==1.6.1" ,
121121 "speaklater==1.3" ,
122- "SQLAlchemy==1.1.7 " ,
122+ "SQLAlchemy>=1.3.0 " ,
123123 "stevedore>=1.30.0" ,
124124 "termstyle==0.1.11" ,
125125 "text-unidecode==1.2" ,
138138
139139setup (
140140 name = 'pybossa' ,
141- version = '3.1.0 ' ,
141+ version = '3.1.2 ' ,
142142 packages = find_packages (),
143143 install_requires = requirements ,
144144 # only needed when installing directly from setup.py (PyPi, eggs?) and pointing to e.g. a git repo.
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ def test_project_update_attributes(self):
9292 'short_name' : 'new_short_name' ,
9393 'description' : 'new_description' ,
9494 'long_description' : 'new_long_description' ,
95- 'allow_anonymous_contributors' : ' False' ,
95+ 'allow_anonymous_contributors' : False ,
9696 'info' : {'list' : [1 ]}
9797 }
9898 attributes = list (data .keys ())
You can’t perform that action at this time.
0 commit comments