-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1a56187
commit 2107f8f
Showing
1 changed file
with
16 additions
and
16 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,35 @@ | ||
name = "CSVFiles" | ||
uuid = "5d742f6a-9f54-50ce-8119-2520741973ca" | ||
version = "1.0.2-DEV" | ||
version = "1.0.2" | ||
|
||
[deps] | ||
CodecZlib = "944b1d66-785c-5afd-91f1-9de20f533193" | ||
DataValues = "e7dc6d0d-1eca-5fa6-8ad6-5aecde8b7ea5" | ||
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549" | ||
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3" | ||
IterableTables = "1c8ee90f-4401-5389-894e-7a04a3dc0f4d" | ||
IteratorInterfaceExtensions = "82899510-4779-5014-852e-03e436cf321d" | ||
TableShowUtils = "5e66a065-1f0a-5976-b372-e0b8c017ca10" | ||
TableTraits = "3783bdb8-4a98-5b6b-af9a-565f29a5fe9c" | ||
TableTraitsUtils = "382cd787-c1b6-5bf2-a167-d5b971a19bda" | ||
TextParse = "e0df1984-e451-5cb5-8b61-797a481e67e3" | ||
TableShowUtils = "5e66a065-1f0a-5976-b372-e0b8c017ca10" | ||
DataValues = "e7dc6d0d-1eca-5fa6-8ad6-5aecde8b7ea5" | ||
IteratorInterfaceExtensions = "82899510-4779-5014-852e-03e436cf321d" | ||
IterableTables = "1c8ee90f-4401-5389-894e-7a04a3dc0f4d" | ||
|
||
[extras] | ||
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" | ||
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" | ||
|
||
[compat] | ||
CodecZlib = "0.5.2, 0.6, 0.7" | ||
DataValues = "0.4.4" | ||
FileIO = "1.0.1" | ||
TableTraits = "0.4, 1" | ||
HTTP = "0.6.14, 0.7, 0.8, 0.9, 1" | ||
IterableTables = "0.8.3, 0.9, 0.10, 0.11, 1" | ||
IteratorInterfaceExtensions = "0.1.1, 1" | ||
TableShowUtils = "0.1.1, 0.2" | ||
TableTraits = "0.4, 1" | ||
TableTraitsUtils = "0.2.1, 0.3, 0.4, 1" | ||
IteratorInterfaceExtensions = "0.1.1, 1" | ||
CodecZlib = "0.5.2, 0.6, 0.7" | ||
TextParse = "1" | ||
FileIO = "1.0.1" | ||
TableTraitsUtils = "0.2.1, 0.3, 0.4, 1" | ||
julia = "1" | ||
|
||
[extras] | ||
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" | ||
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" | ||
DataValues = "0.4.4" | ||
IterableTables = "0.8.3, 0.9, 0.10, 0.11, 1" | ||
|
||
[targets] | ||
test = ["Test", "DataFrames"] |
2107f8f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register()
2107f8f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/65050
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: