initial commit

This commit is contained in:
Pratyush Desai 2021-07-16 13:28:22 +05:30
commit d0cecaedf5
No known key found for this signature in database
GPG Key ID: EAA4FD0FB5CACA61
3 changed files with 14 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
env/

4
irc_register.py Normal file
View File

@ -0,0 +1,4 @@
import irctokens, socket
def ircregister(userip, webircpass, username, password, email):
pass

9
requirements.txt Normal file
View 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