Skip to content

Commit

Permalink
Merge pull request #4 from Geode-solutions/next
Browse files Browse the repository at this point in the history
Next
  • Loading branch information
JulienChampagnol authored Sep 18, 2024
2 parents 50a7647 + c75e2a1 commit f3a1029
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
7 changes: 0 additions & 7 deletions app.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
from opengeodeweb_viewer import vtkw_server
import os
import dotenv

basedir = os.path.abspath(os.path.dirname(__file__))
dot_env_path = os.path.join(basedir, "./.env")
if os.path.isfile(dot_env_path):
dotenv.load_dotenv(dot_env_path)

if __name__ == "__main__":
vtkw_server.run_server()
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.9
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile requirements.in
Expand Down Expand Up @@ -42,7 +42,7 @@ multidict==6.0.5
# aiohttp
# opengeodeweb-viewer
# yarl
opengeodeweb-viewer==0.1.1
opengeodeweb-viewer==0.2.0
# via -r requirements.in
python-dotenv==1.0.1
# via opengeodeweb-viewer
Expand Down

0 comments on commit f3a1029

Please sign in to comment.