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

prefect v0.5.3 #6

Merged
merged 2 commits into from
May 7, 2019
Merged
Changes from all commits
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
5 changes: 3 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "prefect" %}
{% set version = "0.5.2" %}
{% set version = "0.5.3" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://github.com/PrefectHQ/{{ name }}/archive/{{ version }}.tar.gz
sha256: 28c81149083da422e4e0b7029b1fbf7afb90929e6115f203ce2f19649c94abe1
sha256: 56bd7d045b049435feadf88fb9d8018690701d1ccacec5c399d125a5436bc2ea

build:
noarch: python
Expand Down Expand Up @@ -36,6 +36,7 @@ requirements:
- mypy_extensions >=0.4.0,<0.5
- pendulum >=2.0.4,<3.0
- python-dateutil >2.7.3,<3.0
- python-slugify >=1.2.6,<2.0
- pyyaml >=3.13,<4.3
- pytz >=2018.7
- requests >=2.20,<3.0
Expand Down