Updated requirements.txt to work for any machine.

pull/5/head
Lewis Menelaws 3 years ago
parent f13d5f6bc7
commit bb22670b41

3
.gitignore vendored

@ -1,2 +1,3 @@
assets/ assets/
.env .env
reddit-bot-351418-5560ebc49cac.json

@ -31,7 +31,7 @@ pytube==12.1.0
regex==2020.10.15 regex==2020.10.15
requests==2.27.1 requests==2.27.1
rich==12.4.4 rich==12.4.4
six @ file:///AppleInternal/BuildRoot/Library/Caches/com.apple.xbs/Sources/python3/python3-110/six-1.15.0-py2.py3-none-any.whl six==1.16.0
toml==0.10.1 toml==0.10.1
tqdm==4.64.0 tqdm==4.64.0
typed-ast==1.4.1 typed-ast==1.4.1

Loading…
Cancel
Save