mrwadams / stride-gpt

An AI-powered threat modeling tool that leverages OpenAI's GPT models to generate threat models for a given application based on the STRIDE methodology.
https://stridegpt.streamlit.app
MIT License
427 stars 133 forks source link

Add `streamlit` dependency and newline at end of files #1

Closed nekosoft closed 1 year ago

nekosoft commented 1 year ago

Hey! This is a small update to add streamlit as I noticed it wasn't in the requirements.txt. This might have been done purposely but it wasn't mentioned in the readme, so I added it in. Thanks for this project.

Changes:

nekosoft commented 1 year ago

I had a feeling there was a reason - thanks for the quick update!