Skip to content

Commit

Permalink
Minor version update
Browse files Browse the repository at this point in the history
  • Loading branch information
ActuallySam committed Oct 25, 2024
1 parent 16ad245 commit ac77f81
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Flask==2.1.2
gunicorn==20.1.0
Jinja2==3.0.3
Flask>=2.1.2
gunicorn>=20.1.0
Jinja2>=3.0.3
markupsafe>=2.1.3
Werkzeug==2.2.3
Werkzeug>=2.3.0
numpy>=1.9.2
scipy>=0.15.1
nltk==3.6
Expand All @@ -12,6 +12,6 @@ beautifulsoup4==4.9.1
jsonschema==3.2.0
tmdbv3api==1.6.1
lxml==4.9.3 --only-binary=:all:
urllib3==1.25.9
requests==2.23.0
urllib3>=1.26.0
requests>=2.28.0
pickleshare==0.7.5

0 comments on commit ac77f81

Please # to comment.