Projects STRLCPY RTSPbrute Commits c0ef566b
🤬
  • ■ ■ ■ ■ ■
    setup.py
    skipped 25 lines
    26 26   "Programming Language :: Python :: 3.6",
    27 27   "Programming Language :: Python :: 3.7",
    28 28   "Programming Language :: Python :: 3.8",
     29 + "Programming Language :: Python :: 3.9",
    29 30   "Topic :: Internet",
    30 31   "Topic :: Multimedia :: Video :: Capture",
    31 32   "Topic :: Security",
    skipped 5 lines
    37 38   "Tracker": "https://gitlab.com/woolf/RTSPbrute/-/issues",
    38 39   },
    39 40   packages=setuptools.find_packages(),
    40  - install_requires=["av<9", "Pillow<8", "rich<6"],
     41 + install_requires=["av<9", "Pillow<9", "rich<11"],
    41 42   python_requires=">=3.6",
    42  - package_data={"rtspbrute": ["credentials.txt", "routes.txt"],},
     43 + package_data={"rtspbrute": ["credentials.txt", "routes.txt"]},
    43 44   entry_points={"console_scripts": ["rtspbrute = rtspbrute.__main__:main"]},
    44 45  )
    45 46   
Please wait...
Page is in error, reload to recover