forked from EDCD/EDMarketConnector
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into enhancement/519/add-beta
- Loading branch information
Showing
4 changed files
with
88 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule coriolis-data
updated
3 files
+570 −0 | modules/standard/frame_shift_drive.json | |
+1 −0 | ships/index.js | |
+162 −0 | ships/python_nx.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,5 @@ | ||
certifi==2024.2.2 | ||
requests==2.31.0 | ||
pillow==10.3.0 | ||
# requests depends on this now ? | ||
charset-normalizer==3.3.2 | ||
|
||
watchdog==3.0.0 | ||
# Commented out because this doesn't package well with py2exe | ||
infi.systray==0.1.12; sys_platform == 'win32' | ||
# argh==0.26.2 watchdog dep | ||
# pyyaml==5.3.1 watchdog dep | ||
semantic-version==2.10.0 |