Skip to content
This repository was archived by the owner on Jul 16, 2021. It is now read-only.

Commit 270c9f8

Browse files
author
dry-python-bot
authored
Do not use dry-python libraries from git. (#88)
1 parent 183af6c commit 270c9f8

File tree

2 files changed

+20
-21
lines changed

2 files changed

+20
-21
lines changed

requirements.in

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
attrs
22
cent
3-
git+https://github.com/dry-python/dependencies.git@master#egg=dependencies
3+
dependencies
44
Django
55
django-debug-toolbar
66
django-environ
77
django-extensions
88
djangorestframework
9-
git+https://github.com/dry-python/mappers.git@master#egg=mappers
9+
mappers
1010
psycopg2
1111
pydantic
1212
raven
13-
git+https://github.com/dry-python/stories.git@master#egg=stories
13+
stories
1414
Werkzeug[watchdog]

requirements.txt

+17-18
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,26 @@
1-
argh==0.26.2
2-
asgiref==3.2.3
31
attrs==19.3.0
42
cent==3.0.1
5-
certifi==2019.11.28
6-
chardet==3.0.4
7-
git+https://github.com/dry-python/dependencies.git@master#egg=dependencies
3+
dependencies==1.0.0
4+
Django==3.0.4
85
django-debug-toolbar==2.2
96
django-environ==0.4.5
107
django-extensions==2.2.8
11-
django==3.0.4
128
djangorestframework==3.11.0
13-
idna==2.8
14-
git+https://github.com/dry-python/mappers.git@master#egg=mappers
15-
pathtools==0.1.2
9+
mappers==1.0.1
1610
psycopg2==2.8.4
1711
pydantic==1.4
18-
pytz==2019.3
19-
pyyaml==5.3
2012
raven==6.10.0
21-
requests==2.22.0
22-
six==1.13.0
23-
sqlparse==0.3.0
24-
git+https://github.com/dry-python/stories.git@master#egg=stories
25-
urllib3==1.25.7
26-
watchdog==0.9.0
27-
werkzeug[watchdog]==1.0.0
13+
stories==0.11.2
14+
Werkzeug==1.0.0
15+
## The following requirements were added by pip freeze:
16+
asgiref==3.2.3
17+
certifi==2019.11.28
18+
chardet==3.0.4
19+
idna==2.9
20+
pathtools==0.1.2
21+
pytz==2019.3
22+
requests==2.23.0
23+
six==1.14.0
24+
sqlparse==0.3.1
25+
urllib3==1.25.8
26+
watchdog==0.10.2

0 commit comments

Comments
 (0)