Skip to content

Commit 03b8c0e

Browse files
author
James Campbell
committed
fixed twisted version
1 parent 5321faf commit 03b8c0e

File tree

2 files changed

+550
-484
lines changed

2 files changed

+550
-484
lines changed

Pipfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
[[source]]
22
name = "pypi"
33
url = "https://pypi.org/simple"
4-
verify_ssl = true
4+
verify_ssl = false
55

66
[dev-packages]
77
pylint = "*"
88
autopep8 = "*"
99
flake8 = "*"
1010

1111
[packages]
12+
twisted = ">=20.3.0"
1213
beautifulsoup4 = "*"
1314
hug = "*"
1415
rethinkdb = "*"
@@ -48,7 +49,7 @@ bpython = "*"
4849
html2text = "*"
4950

5051
[requires]
51-
python_version = "3.7"
52+
python_version = "3.7.7"
5253

5354
[pipenv]
5455
allow_prereleases = true

0 commit comments

Comments
 (0)