Skip to content

Commit 0e4a0fc

Browse files
committed
Alphabetizing Pipfile
1 parent 4f5a4d1 commit 0e4a0fc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Pipfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@ verify_ssl = true
66
[dev-packages]
77
bandit = "==1.4.0"
88
coveralls = "==1.2.0"
9+
cython = "==0.29.2"
910
flake8 = "==3.5.0"
1011
isort = "==4.3.4"
12+
mysqlclient = "==1.3.14"
13+
psycopg2 = "==2.7.5"
1114
pydocstyle = "==2.1.1"
1215
pylint = "==1.8.2"
16+
pymssql = "==2.1.4"
1317
pyorient = "==1.5.5"
1418
pytest = "==4.0.2"
1519
pytest-cov = "==2.5.1"
1620
snapshottest = "==0.5.0"
17-
cython = "==0.29.2"
18-
mysqlclient = "==1.3.14"
19-
"psycopg2" = "==2.7.5"
20-
pymssql = "==2.1.4"
2121

2222
[packages]
2323
arrow = "==0.10.0"

0 commit comments

Comments
 (0)