Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build sphinx docs #25

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pytest-mypy = ">=0.3.3"
[packages]
aiohttp = ">= 3.5.0"
aioredis = "~= 1.3"
pydantic = ">= 1.1"
pydantic = "~= 1.1"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I ran into this in my failed attempt to upgrade Azafea proper to a modern Python. I should learn from you and just pin the last working version!

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The obvious downside is that you end up pinning to something that's no longer supported. Unless you have a plan to come back and handle the migration, you might just be using an insecure package.

toml = "*"

[scripts]
Expand Down