Merge pull request #40 from dconnolly/requirements.txt

Add a requirements.txt pip file compatible with Python 3
This commit is contained in:
str4d 2021-06-29 13:32:01 +01:00 committed by GitHub
commit 39f44c3964
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

6
requirements.txt Normal file
View File

@ -0,0 +1,6 @@
cffi==1.14.5
chacha20poly1305==0.0.3
cryptography==3.4.7
numpy==1.21.0
pyblake2==1.1.2
pycparser==2.20