Skip to content

Commit ca93d9e

Browse files
authored
Remove redundant dependencies (#50)
* Remove redundant deps * Fix doctests * Changelog
1 parent d4610ad commit ca93d9e

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
## Optimisations
1010
- `logistic_key` now pre-allocates the memory, making the function twice as fast as before ([#48](https://github.com/Saransh-cpp/ChaoticEncryption.jl/pull/48), @Saransh-cpp)
11+
- Removed redundant dependencies ([#50](https://github.com/Saransh-cpp/ChaoticEncryption.jl/pull/50), @Saransh-cpp)
1112

1213
## Documentation
1314
- Updated all the examples to go with `Julia v1.7.2` migration ([#34](https://github.com/Saransh-cpp/ChaoticEncryption.jl/pull/34), @Saransh-cpp)

Project.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,9 @@ authors = ["Saransh Chopra"]
44
version = "0.1.1"
55

66
[deps]
7-
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
8-
ImageIO = "82e4d734-157c-48bb-816b-45c225c6df19"
9-
ImageMagick = "6218d12a-5da1-5696-b52f-db25d2ecc6d1"
107
Images = "916415d5-f1e6-5110-898d-aaa5f9f070e0"
118

129
[compat]
13-
FileIO = "1"
14-
ImageIO = "0.6"
15-
ImageMagick = "1"
1610
Images = "0.25"
1711
julia = "^1.5"
1812

src/substitution.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using Images
2-
using FileIO
32

43
"""
54
substitution_encryption(image, keys; path_for_result="./encrypted.png")

0 commit comments

Comments
 (0)