Raise SA dep to 0.9.3
This commit is contained in:
		
							
								
								
									
										2
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								setup.py
									
									
									
									
									
								
							| @@ -62,7 +62,7 @@ setup( | ||||
|     ], | ||||
|     install_requires=[ | ||||
|         'six', | ||||
|         'SQLAlchemy>=0.8.0', | ||||
|         'SQLAlchemy>=0.9.3', | ||||
|         'toolz>=0.4.1', | ||||
|         'total_ordering>=0.1' | ||||
|         if sys.version_info[0] == 2 and sys.version_info[1] < 7 else '' | ||||
|   | ||||
| @@ -37,7 +37,7 @@ class TestCase(object): | ||||
|  | ||||
|     def setup_method(self, method): | ||||
|         self.engine = create_engine(self.dns) | ||||
|         #self.engine.echo = True | ||||
|         # self.engine.echo = True | ||||
|         self.connection = self.engine.connect() | ||||
|         self.Base = declarative_base() | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Konsta Vesterinen
					Konsta Vesterinen