-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #86 from target/strelka-ui-app-refactor
Strelka UI App, Improving Node Edge Readability, Encryption, and More
- Loading branch information
Showing
59 changed files
with
2,700 additions
and
565 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
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
Empty file.
Empty file.
Empty file.
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "strelka-ui" | ||
version = "0.1.0" | ||
version = "2.43" | ||
description = "Strelka's File Submission Portal" | ||
authors = [ | ||
"Paul Hutelmyer <[email protected]>", | ||
|
@@ -46,6 +46,7 @@ Pyrsistent = "0.18.0" | |
python = "^3.8" | ||
Python-Dotenv = "0.17.1" | ||
Python-Dateutil = "2.8.1" | ||
rarfile = "^4.2" | ||
Requests = "2.31.0" | ||
Six = "1.16.0" | ||
SQLAlchemy = "1.4.15" | ||
|
@@ -57,7 +58,8 @@ Urllib3 = "1.26.18" | |
Waitress = "2.1.2" | ||
Wrapt = "1.13.3" | ||
vt-py = "0.18.0" | ||
|
||
py7zr = "^0.21.0" | ||
python-magic = "^0.4.27" | ||
|
||
[tool.poetry.dev-dependencies] | ||
|
||
|
Empty file.
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
Oops, something went wrong.