-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: check for mutually exclusive markers
- Loading branch information
1 parent
093820a
commit 27fee87
Showing
4 changed files
with
52 additions
and
13 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
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,18 +1,20 @@ | ||
[tool.poetry] | ||
name = "invalid" | ||
version = "1.0.0" | ||
authors = [ | ||
"Foo <foo@bar.com>" | ||
] | ||
license = "INVALID" | ||
authors = ["Foo <foo@bar.com>"] | ||
classifiers = [ | ||
"Environment :: Console", | ||
"Intended Audience :: Clowns", | ||
"Natural Language :: Ukranian", | ||
"Topic :: Communications :: Chat :: AOL Instant Messenger", | ||
] | ||
license = "INVALID" | ||
name = "invalid" | ||
version = "1.0.0" | ||
|
||
[tool.poetry.dependencies] | ||
python = "*" | ||
pendulum = {"version" = "^2.0.5", allows-prereleases = true} | ||
invalid = "1.0" | ||
pendulum = { "version" = "^2.0.5", allows-prereleases = true } | ||
pillow = [ | ||
{ version = "^9", python = "^3.9" }, | ||
{ version = "^7", python = "^3.7" }, | ||
] | ||
python = "*" |
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