10000 enhancement: Remove mmh3 external dependency and use internal pymmh3 in place by The-inside-man · Pull Request #362 · optimizely/python-sdk · GitHub
[go: up one dir, main page]

Skip to content

enhancement: Remove mmh3 external dependency and use internal pymmh3 in place #362

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

Merged
merged 9 commits into from
Nov 3, 2021
Prev Previous commit
Next Next commit
Re-adding cryptography as pypy has issues and removing openSSL lib.
  • Loading branch information
The-inside-man committed Oct 22, 2021
commit bcffa0bd0c90158e31dbf1e9a2caf03cfab9aa0e
2 changes: 1 addition & 1 deletion requirements/core.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
jsonschema==3.2.0
requests>=2.21
pyrsistent==0.16.0
pyOpenSSL>=19.1.0
cryptography>=2.8.0
0