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

Freeze to SQLAlchemy 1.3.24 #173

Merged
merged 1 commit into from
Apr 19, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion config/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ readline>=6.2.4
requests>=2.9.1
simplejson>=3.8.1
six>=1.10
sqlalchemy>=1.0.9
# Freeze until all problems with 1.4 are solved
sqlalchemy>=1.3.*
# More recent version of stomp are python 3 only
stomp.py==4.1.22
subprocess32
Expand Down