Compare commits
No commits in common. "bbe3de32a48bdbe5b0ae7896bae915aa5e5ea85b" and "9f5bd7d15e63dee1490b185629cdc4fe2bf37a8b" have entirely different histories.
bbe3de32a4
...
9f5bd7d15e
|
@ -1,4 +1,2 @@
|
||||||
venv/
|
venv/
|
||||||
__pycache__/
|
__pycache__/
|
||||||
|
|
||||||
result
|
|
||||||
|
|
|
@ -23,7 +23,6 @@
|
||||||
beautifulsoup4
|
beautifulsoup4
|
||||||
markdown2
|
markdown2
|
||||||
matrix-nio
|
matrix-nio
|
||||||
mysql-connector
|
|
||||||
requests
|
requests
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
@ -17,7 +17,6 @@ dependencies = [
|
||||||
"beautifulsoup4",
|
"beautifulsoup4",
|
||||||
"markdown2",
|
"markdown2",
|
||||||
"matrix-nio",
|
"matrix-nio",
|
||||||
"mysql-connector-python",
|
|
||||||
"requests"
|
"requests"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
beautifulsoup4
|
beautifulsoup4
|
||||||
markdown2
|
markdown2
|
||||||
matrix-nio
|
matrix-nio
|
||||||
mysql-connector-python
|
|
||||||
requests
|
requests
|
||||||
|
|
Loading…
Reference in New Issue