added further updates
Lee Roy Stevenson committed
May 20, 2025 at 09:19 UTC
c03351ccabbe303b90837ec98d4c35c8eb42c047
2 files changed
+8
-18
requirements.txt
+7
-17
@@ -1,17 +1,7 @@
1
-beautifulsoup4==4.13.4
2
-click==8.1.8
3
-Flask==3.1.0
4
-Flask-SQLAlchemy==3.1.1
5
-google-auth==2.40.1
6
-google-genai==1.15.0
7
-httpx==0.28.1
8
-itsdangerous==2.2.0
9
-Jinja2==3.1.6
10
-MarkupSafe==3.0.2
11
-numpy==2.2.5
12
-pandas==2.2.0
13
-python-dotenv==1.1.0
14
-requests==2.32.3
15
-SQLAlchemy==2.0.40
16
-urllib3==2.4.0
17
-Werkzeug==3.1.3
1
+Flask~=3.1.0
2
+pytest~=8.3.5
3
+SQLAlchemy~=2.0.40
4
+dotenv~=0.9.9
5
+python-dotenv~=1.1.0
6
+requests~=2.32.3
7
+google~=3.0.0
\ No newline at end of file
templates/movies.html
+1
-1
@@ -5,7 +5,7 @@
5
<h1 class="title">Movies List</h1>
6
7
<div class="status-message">
8
- {% if success is not none %}
8
+ {% if success%}
9
<p>{{ 'Movie deleted successfully!' if success else 'Failed to delete movie. Please try again.' }}</p>
10
{% endif %}
11
</div>