initial commit
This commit is contained in:
commit
d0cecaedf5
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
env/
|
4
irc_register.py
Normal file
4
irc_register.py
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
import irctokens, socket
|
||||||
|
|
||||||
|
def ircregister(userip, webircpass, username, password, email):
|
||||||
|
pass
|
9
requirements.txt
Normal file
9
requirements.txt
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
click==8.0.1
|
||||||
|
Flask==2.0.1
|
||||||
|
Flask-WTF==0.15.1
|
||||||
|
irctokens==2.0.0
|
||||||
|
itsdangerous==2.0.1
|
||||||
|
Jinja2==3.0.1
|
||||||
|
MarkupSafe==2.0.1
|
||||||
|
Werkzeug==2.0.1
|
||||||
|
WTForms==2.3.3
|
Loading…
Reference in New Issue
Block a user