🤬
  • ■ ■ ■ ■ ■
    requirements.txt
    skipped 1 lines
    2 2  beautifulsoup4==4.11.1
    3 3  Click==7.1.2
    4 4  colorama==0.4.3
    5  -pandas==1.4.2
     5 +pandas
    6 6  Telethon==1.25.2
    7 7  requests==2.28.1
    8 8  googletrans==4.0.0rc1
    9 9  pprintpp==0.4.0
     10 + 
  • ■ ■ ■ ■
    setup.py
    skipped 14 lines
    15 15   install_requires=[
    16 16   'click ~= 7.1.2',
    17 17   'telethon == 1.25.2',
    18  - 'pandas == 1.4.2',
     18 + 'pandas',
    19 19   'colorama ~= 0.4.3',
    20 20   'alive_progress == 2.4.1',
    21 21   'beautifulsoup4 == 4.11.1',
    skipped 10 lines
Please wait...
Page is in error, reload to recover