Skip to content

Commit

Permalink
Added missing gunicorn to requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
westsurname committed Jul 19, 2024
1 parent 28922e6 commit 2e3b323
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ requests==2.28.1 #all
bencode3==0.1.0 #blackhole
watchdog==4.0.0 #blackhole

flask==3.0.2 #plex_request
Flask-Caching==2.1.0 #plex_request
declxml==1.1.3 #plex_request

Werkzeug==3.0.1 #plex_authentication, blackhole
flask==3.0.2 #plex_authentication, plex_request
flask==3.0.2 #plex_authentication, plex_request
gunicorn==22.0.0 #plex_authentication, plex_request

0 comments on commit 2e3b323

Please sign in to comment.