This commit is contained in:
Friedrich Lindenberg 2020-08-23 13:48:01 +02:00
parent f4b9e754d8
commit e9c8b11102

View File

@ -38,6 +38,7 @@ setup(
"coverage", "coverage",
"psycopg2-binary", "psycopg2-binary",
"PyMySQL", "PyMySQL",
"cryptography",
] ]
}, },
tests_require=["nose"], tests_require=["nose"],