This repository has been archived by the owner on Nov 1, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 100
/
Copy pathsetup.py
43 lines (40 loc) · 1.47 KB
/
setup.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
from setuptools import setup, find_packages
setup(name='v0lt',
version='1.5.1',
description='CTF oriented Toolkit',
author='P1kachu',
author_email='stanislas.lejay@epita.fr',
license='MIT',
packages=find_packages(),
install_requires=[
'beautifulsoup4',
'requests',
'filemagic',
'passlib',
'hexdump'
],
zip_safe=False)
# $$$$$
# $NNN$$$:
# $$$N $$$7 7$$$$$$$
# $$>>>>$$$$$$$ NNN$
# :$$$::::::::>>>NOO$
# $: >$$$$
# C> $777
# $:Q: $ $$$$$$$
# $:H: :H $?????$?
# $:N: :H $>>>>>$$
# $? CC$> >$
# $O OO$7 $
# Q$>>>>>>>77$$ :::$
# $O:::::: >$ >$$$$
# $7 :::::>?$$ $$
# $$:::::: $?>$
# $: ::- ???$$
# $$ C$$$7$$$$
# Q$$ :$$$
# ____ _ _ _
# | _ \/ | | ____ _ ___| |__ _ _
# | |_) | | |/ / _` |/ __| '_ \| | | |
# | __/| | < (_| | (__| | | | |_| |
# |_| |_|_|\_\__,_|\___|_| |_|\__,_|