Skip to content

Commit

Permalink
Merge pull request #69 from schmrlng/Project.toml
Browse files Browse the repository at this point in the history
Replace REQUIRE with Project.toml
  • Loading branch information
jdlangs committed Jun 24, 2019
2 parents 7fd1aee + e3a1a75 commit 0764a0b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 16 additions & 0 deletions Project.toml
@@ -0,0 +1,16 @@
name = "RobotOS"
uuid = "22415677-39a4-5241-a37a-00beabbbdae8"
version = "0.7.1"

[deps]
PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"

[compat]
PyCall = "≥ 1.90.0"
julia = "≥ 0.7.0"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]
2 changes: 0 additions & 2 deletions REQUIRE

This file was deleted.

0 comments on commit 0764a0b

Please sign in to comment.