diff --git a/blokmap.ini b/blokmap.ini deleted file mode 100644 index d32b84d..0000000 --- a/blokmap.ini +++ /dev/null @@ -1,11 +0,0 @@ -[uwsgi] -module = wsgi - -master = true -processes = 1 - -socket = blokdata.sock -chmod-socket = 660 -vacuum = true - -die-on-term = true diff --git a/requirements.txt b/requirements.txt index 94f8a3e..b36bea2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,5 +23,4 @@ rsa==4.0 six==1.14.0 uritemplate==3.0.1 urllib3==1.25.9 -uWSGI==2.0.18 Werkzeug==1.0.1 diff --git a/wsgi.py b/wsgi.py deleted file mode 100644 index c8a40e7..0000000 --- a/wsgi.py +++ /dev/null @@ -1,4 +0,0 @@ -from src import app as application - -if __name__ == "__main__": - application.run() \ No newline at end of file