diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2019-05-31 19:08:54 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2019-05-31 19:08:54 -0400 |
commit | d2f29ff47151dd300054c584728b576fe5425c62 (patch) | |
tree | 9d948a9719f452cc01e34b6c9727b066724a85f8 /setup.py | |
parent | a2b4c008862ce52715517922a49da7bb073fe179 (diff) | |
parent | 489a3f76a2bc605374483fcdc835e77d92eda216 (diff) |
Merge branch '2.4'
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -71,6 +71,7 @@ setup( "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>=1.5", "pynacl>=1.0.1"], ) |