Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ilude committed Mar 25, 2024
1 parent 3ca4c61 commit 1324ab3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,10 @@
#docker_client = APIClient(base_url='unix://var/run/docker.sock')
current_working_directory = os.path.dirname(os.path.realpath(__file__))

global last_modified_times
last_modified_times = {}
pp = pprint.PrettyPrinter(indent=2)


def load_file(file_name):
global last_modified_times

# Adjust file path for the configs subdirectory
file_path = os.path.join(current_working_directory, 'configs', file_name)

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ lxml
python-dotenv
pyyaml
requests
hypercorn
hypercorn==0.15.0

0 comments on commit 1324ab3

Please sign in to comment.