Bumped PyYaml
Bumped SQLAlchemy Bumped SQLAlchemy-Utils Added Greenlet v1.1.2 to requirements.txt Refactored misc SQLAlchemy code to the latest spec Bumped main database to v23 Bumped config database to v11 Bumped cache database to v6
... | ... | @@ -30,6 +30,7 @@ fake-useragent==0.1.11 |
feedparser==6.0.8 | ||
future==0.18.2 | ||
gntp==1.0.3 | ||
greenlet==1.1.2 | ||
guessit==3.1.1 | ||
hachoir==3.1.1 | ||
html5lib==1.1 | ||
... | ... | @@ -73,7 +74,7 @@ python-keycloak-client==0.2.3 |
python-twitter==3.5 | ||
pytz==2020.1 | ||
pyxdg==0.26 | ||
PyYAML==5.3.1 | ||
PyYAML==5.4.1 | ||
rarfile==3.1 | ||
rebulk==2.0.1 | ||
requests==2.24.0 | ||
... | ... | @@ -87,8 +88,8 @@ sgmllib3k==1.0.0 |
simplejson==3.17.2 | ||
six==1.15.0 | ||
soupsieve==2.0.1 | ||
SQLAlchemy==1.3.18 | ||
SQLAlchemy-Utils==0.36.8 | ||
SQLAlchemy==1.4.32 | ||
SQLAlchemy-Utils==0.38.2 | ||
stevedore==3.2.0 | ||
subliminal==2.1.0 | ||
tornado==6.1 | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment