What if i actually specified the right package in requirements

This commit is contained in:
Jess 3Jane 2018-03-16 02:03:27 -04:00
parent 3a689cd35c
commit a701196c2e
2 changed files with 1 additions and 2 deletions

View file

@ -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"

View file

@ -1,3 +1,3 @@
Mastodon.py==1.2.1
markovify==0.7.1
beautifulsoup==4.6.0
beautifulsoup4==4.6.0