Skip to content

Commit

Permalink
Clean up dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dchristl committed May 1, 2024
1 parent 67889d3 commit 59a82df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
2 changes: 0 additions & 2 deletions endpoint/mh_endpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@

import json
import ssl
import sys
import os
import requests
from datetime import datetime
import time
import config
from http.client import HTTPConnection
import base64
from collections import OrderedDict

Expand Down
9 changes: 4 additions & 5 deletions macless_haystack/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies:

# UI
flutter_colorpicker: ^1.0.3
flutter_launcher_icons: ^0.13.1
# flutter_launcher_icons: ^0.13.1
flutter_slidable: ^3.0.0

# Networking
Expand All @@ -50,7 +50,7 @@ dependencies:

flutter_map: ^6.1.0
flutter_map_cancellable_tile_provider: ^2.0.0
location: ^5.0.3
location: ^6.0.1
geocoding: ^3.0.0

# Storage
Expand All @@ -59,7 +59,7 @@ dependencies:
file_picker: ^8.0.0+1

# Sharing
share_plus: ^8.0.2
share_plus: ^9.0.0
url_launcher: ^6.0.17
path_provider: ^2.0.8
maps_launcher: ^2.0.1
Expand All @@ -76,7 +76,7 @@ dev_dependencies:
sdk: flutter


dependency_validator: ^3.2.2
dependency_validator: ^4.0.0
# The "flutter_lints" package below contains a set of recommended lints to
# encourage good coding practices. The lint set provided by the package is
# activated in the `analysis_options.yaml` file located at the root of your
Expand All @@ -85,7 +85,6 @@ dev_dependencies:
flutter_lints: ^3.0.1
test: ^1.24.9
mockito: ^5.4.4
build_runner: ^2.4.9

# Configuration for flutter_launcher_icons
flutter_icons:
Expand Down

0 comments on commit 59a82df

Please sign in to comment.