3 Commits

Autor SHA1 Mensagem Data
Dan Lehman 8efe2bba8a Added missing bs4 module to Py requirements 2024-08-17 09:28:08 +10:00
Justin Paul feac9783bc Update requirements.txt
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'
2023-10-31 08:45:27 -04:00
Wasi Master 7e6d5d4f83 Create requirements.txt 2022-12-17 21:32:17 +06:00