diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2019-05-31 18:27:34 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2019-05-31 18:27:34 -0400 |
commit | a2b4c008862ce52715517922a49da7bb073fe179 (patch) | |
tree | 7709eef695b12f42940d64a272fb42b7e802806f /setup.py | |
parent | 472ea6b26deb10e2555d91c90c82e8c43557b995 (diff) | |
parent | 1db410696ffbd18c7c6703afc362a8604c3e3f2c (diff) |
Merge branch '2.4'
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -70,6 +70,7 @@ setup( "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", + "Programming Language :: Python :: 3.7", ], install_requires=["bcrypt>=3.1.3", "cryptography>=1.5", "pynacl>=1.0.1"], ) |