Skip to content

Commit 4f5a4d1

Browse files
committed
Updating to use pipenv instead of requirements.txt
1 parent 76c6086 commit 4f5a4d1

File tree

2 files changed

+113
-1
lines changed

2 files changed

+113
-1
lines changed

Pipfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ pyorient = "==1.5.5"
1414
pytest = "==4.0.2"
1515
pytest-cov = "==2.5.1"
1616
snapshottest = "==0.5.0"
17+
cython = "==0.29.2"
18+
mysqlclient = "==1.3.14"
19+
"psycopg2" = "==2.7.5"
20+
pymssql = "==2.1.4"
1721

1822
[packages]
1923
arrow = "==0.10.0"

Pipfile.lock

Lines changed: 109 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)