New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.0.0RC1: Updating TLS implementation; providing for ECDHE w/ a curve of the user's choice. #145

Merged
merged 11 commits into from Mar 18, 2018
View
16 Pipfile
@@ -1,24 +1,28 @@
[[source]]
url = "https://pypi.python.org/simple"
name = "pypi"
verify_ssl = true
[packages]
twisted = "*"
"zope.interface" = "*"
watchdog = "*"
"jinja2" = "*"
pychalk = "*"
"service-identity" = "*"
"zope-interface" = "*"
service-identity = "*"
zope-interface = "*"
six = "*"
autobahn = "*"
[dev-packages]
django = "<2.0"
flask = "*"
[requires]
python_version = "3.5"
cryptography = "*"
ipython = "<6.0.0"
"urllib3" = "*"
requests = "*"
View

Large diffs are not rendered by default.

Oops, something went wrong.
Oops, something went wrong.
ProTip! Use n and p to navigate between commits in a pull request.