Skip to content

Commit

Permalink
remove unused requirements
Browse files Browse the repository at this point in the history
Update requirements.txt
Update requirements.txt
correct dependencies
  • Loading branch information
Ctri-The-Third committed Jul 14, 2023
1 parent be3960c commit 559d87a
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ pytest
requests
setuptools
wheel
textual
textual
aiohttp
2 changes: 1 addition & 1 deletion setup.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
py setup.py bdist_wheel
py -m pip uninstall spacetraders -y
py -m pip install dist/spacetraders-0.1.0-py3-none-any.whl
py -m pip install dist/spacetraders-0.1.1-py3-none-any.whl
2 changes: 1 addition & 1 deletion spacetraders_v2/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.1.0"
VERSION = "0.1.1"
1 change: 0 additions & 1 deletion spacetraders_v2/ship.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from datetime import datetime, timedelta
from dataclasses import dataclass
import pytz
from .models import CrewInfo, ShipFrame, FuelInfo, ShipModule, ShipMount
from .models import RouteNode, ShipReactor, ShipEngine, RouteNode, ShipRoute
from .models import ShipRequirements, Nav, Survey, Deposit
Expand Down
1 change: 0 additions & 1 deletion spacetraders_v2/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
from sys import stdout
from datetime import datetime

import pytz
import time

ST_LOGGER = logging.getLogger("SpaceTradersAPI")
Expand Down

0 comments on commit 559d87a

Please sign in to comment.