Skip to content

Commit

Permalink
pull django stubs from pypi again
Browse files Browse the repository at this point in the history
  • Loading branch information
djbrown committed Dec 8, 2022
1 parent 19c1f86 commit 718ddc5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 21 deletions.
4 changes: 2 additions & 2 deletions ATTRIBUTIONS.csv
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"django-contact-form","2.0.1","BSD License","James Bennett","https://github.com/ubernostrum/django-contact-form/"
"django-ipware","4.0.2","MIT License","Val Neekman","https://github.com/un33k/django-ipware"
"django-registration","3.3","BSD License","James Bennett","https://github.com/ubernostrum/django-registration/"
"django-stubs","1.13.0","MIT License","Maksim Kurnikov","https://github.com/typeddjango/django-stubs"
"django-stubs","1.13.1","MIT License","Maksim Kurnikov","https://github.com/typeddjango/django-stubs"
"django-stubs-ext","0.7.0","MIT License","Simula Proxy","https://github.com/typeddjango/django-stubs"
"docopt","0.6.2","MIT License","Vladimir Keleshev","http://docopt.org"
"dparse","0.6.2","MIT License","Jannis Gebauer","https://github.com/pyupio/dparse"
Expand All @@ -56,7 +56,7 @@
"mypy-extensions","0.4.3","MIT License","The mypy developers","https://github.com/python/mypy_extensions"
"numpy","1.23.5","BSD License","Travis E. Oliphant et al.","https://www.numpy.org"
"outcome","1.2.0","Apache Software License; MIT License","Frazer McLean","https://github.com/python-trio/outcome"
"packaging","21.3","Apache Software License; BSD License","Donald Stufft and individual contributors","https://github.com/pypa/packaging"
"packaging","22.0","Apache Software License; BSD License","UNKNOWN","UNKNOWN"
"pandas","1.5.2","BSD License","The Pandas Development Team","https://pandas.pydata.org"
"parso","0.8.3","MIT License","David Halter","https://github.com/davidhalter/parso"
"pathspec","0.10.2","Mozilla Public License 2.0 (MPL 2.0)","Caleb P. Burns","https://github.com/cpburnz/python-pathspec"
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ codacy-coverage = "*"
codecov = "*"
coverage = "*"
coveralls = "*"
django-stubs = {git = "https://github.com/typeddjango/django-stubs.git", editable = true}
django-stubs = "*"
dparse = {version = "*",extras = ["pipenv"]}
flake8 = "*"
mypy = "*"
Expand Down
27 changes: 9 additions & 18 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 718ddc5

Please sign in to comment.