File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -22,11 +22,16 @@ Currently supported web frameworks and libraries:
22
22
* aioboto3/aiobotocore
23
23
* aiohttp >=2.3
24
24
* boto3/botocore
25
+ * Bottle
25
26
* Django >=1.10
26
27
* Flask
27
- * httplib
28
+ * httplib/http.client
28
29
* mysql-connector
29
- * Pynamodb
30
+ * pg8000
31
+ * psycopg2
32
+ * pymongo
33
+ * pymysql
34
+ * pynamodb
30
35
* requests
31
36
* SQLAlchemy
32
37
* sqlite3
Original file line number Diff line number Diff line change 26
26
django31: Django ==3.1.*
27
27
django{22,30,31}: django-fake-model
28
28
pynamodb >= 3.3.1
29
- pymysql
30
29
psycopg2
31
30
pg8000
32
31
testing.postgresql
@@ -36,6 +35,10 @@ deps =
36
35
37
36
# Python2 only deps
38
37
py{27}: enum34
38
+
39
+ # pymysql deps
40
+ py{27,34,35}: pymysql < 1.0.0
41
+ py{36,37,38}: pymysql >= 1.0.0
39
42
40
43
# Python3.5+ only deps
41
44
py{35,36,37,38}: aiohttp >= 3.0.0
You can’t perform that action at this time.
0 commit comments