C
C
Cyril Septimoor2020-12-28 08:00:11
Python
Cyril Septimoor, 2020-12-28 08:00:11

What should be written to the requirements.txt file from my imports?

I use Discord.py and uploaded the bot to HEROKU
I want to understand what I should write in requirements.txt judging from my imports. I
used to write only discord.py, but now the bot completely refuses to work.
I checked it on my computer through a batch file, everything works.
I think the problem is in requirements.txt as there are more imports.
I think it will not be superfluous to check requirements.txt

Here are the imports

import discord
from discord.ext import commands
import datetime
from discord import Activity, ActivityType
import sqlite3
import logging
import asyncio
import json
import platform
import random
from discord.utils import get


Here is what hiroku writes at the moment when I updated the files on Git Hub
5fe966241bcc5129522978.png

If this is not the error, then please help with it.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question