We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f5a4d1 commit 0e4a0fcCopy full SHA for 0e4a0fc
Pipfile
@@ -6,18 +6,18 @@ verify_ssl = true
6
[dev-packages]
7
bandit = "==1.4.0"
8
coveralls = "==1.2.0"
9
+cython = "==0.29.2"
10
flake8 = "==3.5.0"
11
isort = "==4.3.4"
12
+mysqlclient = "==1.3.14"
13
+psycopg2 = "==2.7.5"
14
pydocstyle = "==2.1.1"
15
pylint = "==1.8.2"
16
+pymssql = "==2.1.4"
17
pyorient = "==1.5.5"
18
pytest = "==4.0.2"
19
pytest-cov = "==2.5.1"
20
snapshottest = "==0.5.0"
-cython = "==0.29.2"
-mysqlclient = "==1.3.14"
-"psycopg2" = "==2.7.5"
-pymssql = "==2.1.4"
21
22
[packages]
23
arrow = "==0.10.0"
0 commit comments