Skip to content

Commit

Permalink
updated requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Snickdx committed Mar 10, 2024
1 parent 9ea2e39 commit 31e0b40
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion App/controllers/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ def initialize():
list_game(bob.id, rob.id, 100, 'good', 12)
list_game(bob.id, rob.id, 57, 'new', 13)
rental = create_rental(sally.id, listing1.listingId)
print(rental)

def customer_required(func):
@wraps(func)
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ Flask-Migrate==3.1.0
requests==2.28.2
mysql-connector-python==8.0.5
Werkzeug==2.2.2
mysqlclient==2.2.4
mysqlclient==2.1.1

0 comments on commit 31e0b40

Please sign in to comment.