Skip to content

Commit

Permalink
Use pep440 style reqs (#5864)
Browse files Browse the repository at this point in the history
  • Loading branch information
asherf authored Sep 14, 2021
1 parent cf9814c commit 05f47bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pip-compile requirements.in

git+https://github.com/zapier/django-rest-hooks.git@v1.6.0
django-rest-hooks@ git+https://github.com/zapier/django-rest-hooks.git@v1.6.0
amqp==2.5.2
asgiref==3.3.2
aioch==0.0.2
Expand All @@ -27,7 +27,7 @@ gunicorn==20.1.0
grpcio==1.33.1
idna==2.8
importlib-metadata==1.6.0
git+git://github.com/PostHog/infi.clickhouse_orm@f6f4838a75513773696737c9ac37a164af9be632
infi-clickhouse-orm@ git+git://github.com/PostHog/infi.clickhouse_orm@f6f4838a75513773696737c9ac37a164af9be632
kafka-python==2.0.1
kafka-helper==0.2
kombu==4.6.8
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ importlib-metadata==1.6.0
git+git://github.com/PostHog/infi.clickhouse_orm@f6f4838a75513773696737c9ac37a164af9be632
# via -r requirements.in
iso8601==0.1.12
# via infi.clickhouse-orm
# via infi-clickhouse-orm
kafka-helper==0.2
# via -r requirements.in
kafka-python==2.0.1
Expand Down Expand Up @@ -164,7 +164,7 @@ pytz==2021.1
# celery
# clickhouse-driver
# django
# infi.clickhouse-orm
# infi-clickhouse-orm
# tzlocal
redis==3.4.1
# via
Expand All @@ -179,7 +179,7 @@ requests==2.25.1
# via
# -r requirements.in
# django-rest-hooks
# infi.clickhouse-orm
# infi-clickhouse-orm
# posthoganalytics
# requests-oauthlib
# social-auth-core
Expand Down

0 comments on commit 05f47bf

Please sign in to comment.