# Counting Package Dependencies

**URL:** https://discourse.julialang.org/t/counting-package-dependencies/54880
**Category:** Community
**Created:** [February 9, 2021, 12:05am UTC](https://discourse.julialang.org/t/counting-package-dependencies/54880 "2021-02-09T00:05:35Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![ccoffrin](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/ccoffrin/32/400_2.png) [@ccoffrin](https://discourse.julialang.org/u/ccoffrin)
#### Post date: [February 9, 2021, 12:05am UTC](https://discourse.julialang.org/t/counting-package-dependencies/54880/1 "2021-02-09T00:05:36Z")

</div>

As I recall, there used to be a way to see what packages in open registry depend on another packages in the registry. For example, one could see a list of what packages that list JuMP.jl in the Project.toml deps. Does this functionality still exists some place?

---

<div class="post-metadata">

### Author: ![ericphanson](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/ericphanson/32/215186_2.png) [@ericphanson](https://discourse.julialang.org/u/ericphanson)
#### Post date: [February 9, 2021, 12:18am UTC](https://discourse.julialang.org/t/counting-package-dependencies/54880/2 "2021-02-09T00:18:08Z")

</div>

JuliaHub shows this, for example [https://juliahub.com/ui/Packages/JuMP/DmXqY/0.21.6?t=2](https://juliahub.com/ui/Packages/JuMP/DmXqY/0.21.6?t=2)

---

<div class="post-metadata">

### Author: ![ccoffrin](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/ccoffrin/32/400_2.png) [@ccoffrin](https://discourse.julialang.org/u/ccoffrin)
#### Post date: [February 9, 2021, 12:26am UTC](https://discourse.julialang.org/t/counting-package-dependencies/54880/3 "2021-02-09T00:26:35Z")

</div>

That was just what I was looking for, thanks!
