forked from projectcaluma/caluma
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request projectcaluma#158 from sliverc/egg_name
Define egg name for VCS dependencies as per specification
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,12 +4,12 @@ django-environ==0.4.5 | |
django-filter==2.0.0 | ||
# move back to PyPi version once following PRs are merged: | ||
# https://github.com/SectorLabs/django-postgres-extra/pull/73 | ||
git+https://github.com/adfinis-forks/[email protected]+adsy1 | ||
git+https://github.com/adfinis-forks/[email protected]+adsy1#egg=django-postgres-extra | ||
# move back to PyPi version once following PRs are merged: | ||
# https://github.com/SectorLabs/django-localized-fields/pull/56 | ||
# https://github.com/SectorLabs/django-localized-fields/pull/55 | ||
# https://github.com/SectorLabs/django-localized-fields/pull/54 | ||
git+https://github.com/adfinis-forks/[email protected]+adsy1 | ||
git+https://github.com/adfinis-forks/[email protected]+adsy1#egg=django-localized-fields | ||
djangorestframework==3.9.0 | ||
graphene==2.1.3 | ||
graphene-django==2.2.0 | ||
|