diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2019-05-31 19:18:49 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2019-05-31 19:18:49 -0400 |
commit | 0c9058b3e69e79587d37371024def92b5853be6a (patch) | |
tree | 11c2d93c3c8e77ff1652debd15674c1b957ae991 /setup.py | |
parent | e5f47b5182c16c0e3bf5d91b2965f63f3c9ca6de (diff) | |
parent | d2f29ff47151dd300054c584728b576fe5425c62 (diff) |
Merge branch 'master' into 1379-int
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -70,6 +70,8 @@ setup( "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", + "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", ], install_requires=["bcrypt>=3.1.3", "cryptography>=2.5", "pynacl>=1.0.1"], ) |