Skip to content

Commit 57dd6b8

Browse files
author
James Campbell
committed
updated to python 3.9.7 and fixed requirements so pipenv install works
1 parent 03b8c0e commit 57dd6b8

File tree

3 files changed

+1247
-615
lines changed

3 files changed

+1247
-615
lines changed

Pipfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,12 @@ webdriver-manager = "*"
4242
scapy = "*"
4343
matplotlib = "*"
4444
xlrd = "*"
45-
pyicu = "*"
46-
pprint = "*"
4745
iptcinfo3 = "*"
4846
bpython = "*"
4947
html2text = "*"
5048

5149
[requires]
52-
python_version = "3.7.7"
50+
python_version = "3.9.7"
5351

5452
[pipenv]
5553
allow_prereleases = true

0 commit comments

Comments
 (0)