We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5321faf commit 03b8c0eCopy full SHA for 03b8c0e
Pipfile
@@ -1,14 +1,15 @@
1
[[source]]
2
name = "pypi"
3
url = "https://pypi.org/simple"
4
-verify_ssl = true
+verify_ssl = false
5
6
[dev-packages]
7
pylint = "*"
8
autopep8 = "*"
9
flake8 = "*"
10
11
[packages]
12
+twisted = ">=20.3.0"
13
beautifulsoup4 = "*"
14
hug = "*"
15
rethinkdb = "*"
@@ -48,7 +49,7 @@ bpython = "*"
48
49
html2text = "*"
50
51
[requires]
-python_version = "3.7"
52
+python_version = "3.7.7"
53
54
[pipenv]
55
allow_prereleases = true
0 commit comments