What if i actually specified the right package in requirements
This commit is contained in:
parent
3a689cd35c
commit
a701196c2e
2 changed files with 1 additions and 2 deletions
1
main.py
1
main.py
|
@ -2,7 +2,6 @@ from mastodon import Mastodon
|
|||
from getpass import getpass
|
||||
from os import path
|
||||
from bs4 import BeautifulSoup
|
||||
import json
|
||||
import re
|
||||
|
||||
api_base_url = "https://botsin.space"
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Mastodon.py==1.2.1
|
||||
markovify==0.7.1
|
||||
beautifulsoup==4.6.0
|
||||
beautifulsoup4==4.6.0
|
||||
|
|
Loading…
Reference in a new issue