mirror of
https://github.com/simon987/vanwanet_scrape.git
synced 2025-12-16 00:39:03 +00:00
initial commit
This commit is contained in:
13
setup.py
Normal file
13
setup.py
Normal file
@@ -0,0 +1,13 @@
|
||||
from setuptools import setup
|
||||
|
||||
setup(
|
||||
name="vanwanet_scrape",
|
||||
version="1.0",
|
||||
description="VanwaTech DDoS protection bypass",
|
||||
author="simon987",
|
||||
author_email="me@simon987.net",
|
||||
packages=["vanwanet_scrape"],
|
||||
install_requires=[
|
||||
"requests", "bs4", "git+git://github.com/simon987/hexlib.git",
|
||||
]
|
||||
)
|
||||
Reference in New Issue
Block a user