Remove secrets from requirements.txt

On macOS, a dependency of secrets fails to install using pip. After
testing, it looks like the secrets module is not required.
This commit is contained in:
BBaoVanC 2020-08-31 23:46:28 -05:00
parent a587040809
commit 7fce3f57e9
No known key found for this signature in database
GPG Key ID: 6D74C8B0E7D791C2
1 changed files with 0 additions and 1 deletions

View File

@ -1,4 +1,3 @@
Flask_API==2.0
cryptography==3.1
Flask==1.1.2
secrets==1.0.2