Skip to content

Commit

Permalink
Update requirements.txt
Browse files Browse the repository at this point in the history
When running in a new virtual environment portable.py requires requests module.

adding requests module to the requirements.txt file will fix this for those running pip3 install -r requirements.txt

(.env) (base) justin@Justins-MBP 13ft % python portable.py 
Traceback (most recent call last):
  File "/Users/justin/GitHub/13ft/portable.py", line 2, in <module>
    import requests
ModuleNotFoundError: No module named 'requests'
  • Loading branch information
recklessop authored Oct 31, 2023
1 parent 99b4472 commit feac978
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
flask
requests

0 comments on commit feac978

Please sign in to comment.