Skip to content

Commit ee87d31

Browse files
author
Anand Sanmukhani
committed
update deps and change python version in pipfile to 3.8
1 parent 47e1334 commit ee87d31

File tree

2 files changed

+495
-289
lines changed

2 files changed

+495
-289
lines changed

Pipfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ verify_ssl = true
55

66
[dev-packages]
77
httmock = "*"
8+
pytest = "*"
89
sphinx = "*"
910
sphinx-rtd-theme = "*"
1011

@@ -16,4 +17,4 @@ matplotlib = "*"
1617
numpy = "*"
1718

1819
[requires]
19-
python_version = "3.6"
20+
python_version = "3.8"

0 commit comments

Comments
 (0)