mirror of https://github.com/stijndcl/didier
Add venv to ignore (PyCharm ignores it automatically)
parent
7e5c4031c0
commit
26b356b08b
|
@ -7,4 +7,5 @@ files/locked.json
|
||||||
files/ufora_notifications.json
|
files/ufora_notifications.json
|
||||||
.idea/
|
.idea/
|
||||||
__pycache__
|
__pycache__
|
||||||
.env
|
.env
|
||||||
|
/venv/
|
||||||
|
|
|
@ -10,4 +10,4 @@ requests-unixsocket==0.1.5
|
||||||
tabulate==0.8.7
|
tabulate==0.8.7
|
||||||
yarl==1.4.2
|
yarl==1.4.2
|
||||||
feedparser==6.0.2
|
feedparser==6.0.2
|
||||||
googletrans==3.0.0
|
googletrans==4.0.0rc1
|
Loading…
Reference in New Issue