5656 wrapt
5757
5858 ; Python 3.5+ only deps
59- py{37,38,39,310,311,312}: pytest-asyncio
59+ py{37,38,39,310,311,312}: pytest-asyncio == 0.21.1
6060
6161 ; For pkg_resources
6262 py{37,38,39,310,311,312}: setuptools
@@ -86,13 +86,15 @@ deps =
8686 ext-sqlalchemy_core: sqlalchemy >=1.0.0,<2.0.0
8787 ext-sqlalchemy_core: testing.postgresql
8888 ext-sqlalchemy_core: psycopg2
89+ ext-sqlalchemy_core: pymysql >= 1.0.0
90+ ext-sqlalchemy_core: cryptography
8991
9092 ext-django-2: Django >=2.0,<3.0
9193 ext-django-3: Django >=3.0,<4.0
9294 ext-django-4: Django >=4.0,<5.0
9395 ext-django: django-fake-model
9496
95- py{37,38,39,310,311,312}-ext-pynamodb: pynamodb >=3.3.1
97+ py{37,38,39,310,311,312}-ext-pynamodb: pynamodb >=3.3.1,<6.0.0
9698
9799 ext-psycopg2: psycopg2
98100 ext-psycopg2: testing.postgresql
@@ -101,6 +103,7 @@ deps =
101103 ext-pg8000: testing.postgresql
102104
103105 py{37,38,39,310,311,312}-ext-pymysql: pymysql >= 1.0.0
106+ py{37,38,39,310,311,312}-ext-pymysql: cryptography
104107
105108setenv =
106109 DJANGO_SETTINGS_MODULE = tests.ext.django.app.settings
0 commit comments