Skip to content

Commit

Permalink
Merge 9c4c094 into 2ee24cf
Browse files Browse the repository at this point in the history
  • Loading branch information
Mat001 committed Jun 28, 2021
2 parents 2ee24cf + 9c4c094 commit 3620f87
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,3 +224,10 @@ would be:
### Contributing

Please see [CONTRIBUTING](https://github.com/optimizely/python-sdk/blob/master/CONTRIBUTING.md).

### Additional Code
This software incorporates code from the following open source repos:
requests (Apache-2.0 License: https://github.com/psf/requests/blob/master/LICENSE)
pyOpenSSL (Apache-2.0 License https://github.com/pyca/pyopenssl/blob/main/LICENSE)
cryptography (Apache-2.0 https://github.com/pyca/cryptography/blob/main/LICENSE.APACHE)
idna (BSD 3-Clause License https://github.com/kjd/idna/blob/master/LICENSE.md)
5 changes: 4 additions & 1 deletion requirements/core.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
jsonschema==3.2.0
pyrsistent==0.14.0
mmh3==2.5.1
requests[security]>=2.9.1
requests>=2.21
pyOpenSSL>=19.1.0
cryptography>=2.8.0
idna>=2.10

0 comments on commit 3620f87

Please sign in to comment.